Html Css Color HEX #D6C73C Wattle

📋 copy color: '#D6C73C'

red 214 ◦ green 199 ◦ blue 60

#D6C73C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #D6C73C

Tints of Wattle #D6C73C

RGB

 RED value IS 214 (83.98% from 255) = 45.24%

 GREEN value IS 199 (78.13% from 255) = 42.07%

 BLUE value IS 60 (23.83% from 255) = 12.68%

R = 45.24%
G = 42.07%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6C73C (or 0xD6C73C) is known color: Wattle. HEX triplet: D6, C7 and 3C. RGB value is (214,199,60). Sum of RGB (Red+Green+Blue) = 214+199+60=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C73C is #2938C3. Grayscale: #BCBCBC. Windows color (decimal): -2701508 or 3983318. OLE color: 3983318.

HSL color Cylindrical-coordinate representation of color #D6C73C: hue angle of 54.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6C73C is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 199 60 -
CMYK 0 0.07 0.72 0.16
HSL 54.16º 0.65% 0.54% -
HSV(B) 54.16º 0.72% 0.84% -
XYZ 48.97 55.47 12.4 -
YUV 187.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 214 199 60 0 0.07 0.72 0.16 54.16 0.65 0.54
Hex D6 C7 3C 0 7 48 10 36 41 36
Octal 326 307 74 0 7 110 20 66 101 66
Binary 11010110 11000111 111100 0 111 1001000 10000 110110 1000001 110110

Color Harmonies of #D6C73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C73C

Black with #D6C73C

Text Example


Text Example

White with #D6C73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C73C; }

 p { color: rgb(214,199,60); }

 H1.HeaderClassName
 {
   color: #D6C73C;
 }
 .AnyTagClassName
 {
   color: #D6C73C;
 }
</style>

background-color css

<style>
 a { background-color: #D6C73C; }

 a { background-color: rgb(214,199,60); }

 div.DivClassName
 {
   background-color: #D6C73C;
 }
 .BgClassName
 {
   background-color: #D6C73C;
 }
</style>

border-color css

<style>
 span { border-color: #D6C73C; }

 span { border-color: rgb(214,199,60); }

 td.TdClassName
 {
   border-color: #D6C73C;
 }
 .TagClassName
 {
   border-color: #D6C73C;
 }
</style>