Html Css Color HEX #D6C23C Wattle

📋 copy color: '#D6C23C'

red 214 ◦ green 194 ◦ blue 60

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

Shades of Wattle #D6C23C

Tints of Wattle #D6C23C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

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

R = 45.73%
G = 41.45%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6C23C (or 0xD6C23C) is known color: Wattle. HEX triplet: D6, C2 and 3C. RGB value is (214,194,60). Sum of RGB (Red+Green+Blue) = 214+194+60=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C23C is #293DC3. Grayscale: #B9B9B9. Windows color (decimal): -2702788 or 3982038. OLE color: 3982038.

HSL color Cylindrical-coordinate representation of color #D6C23C: hue angle of 52.21º 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 #D6C23C is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 60 -
CMYK 0 0.09 0.72 0.16
HSL 52.21º 0.65% 0.54% -
HSV(B) 52.21º 0.72% 0.84% -
XYZ 47.84 53.21 12.02 -
YUV 184.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 214 194 60 0 0.09 0.72 0.16 52.21 0.65 0.54
Hex D6 C2 3C 0 9 48 10 34 41 36
Octal 326 302 74 0 11 110 20 64 101 66
Binary 11010110 11000010 111100 0 1001 1001000 10000 110100 1000001 110110

Color Harmonies of #D6C23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C23C

Black with #D6C23C

Text Example


Text Example

White with #D6C23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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