Html Css Color HEX #D6CC3C Wattle

📋 copy color: '#D6CC3C'

red 214 ◦ green 204 ◦ blue 60

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

Shades of Wattle #D6CC3C

Tints of Wattle #D6CC3C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

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

R = 44.77%
G = 42.68%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6CC3C (or 0xD6CC3C) is known color: Wattle. HEX triplet: D6, CC and 3C. RGB value is (214,204,60). Sum of RGB (Red+Green+Blue) = 214+204+60=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC3C is #2933C3. Grayscale: #BFBFBF. Windows color (decimal): -2700228 or 3984598. OLE color: 3984598.

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

Color convert

RGB 214 204 60 -
CMYK 0 0.05 0.72 0.16
HSL 56.1º 0.65% 0.54% -
HSV(B) 56.1º 0.72% 0.84% -
XYZ 50.14 57.81 12.79 -
YUV 190.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 214 204 60 0 0.05 0.72 0.16 56.1 0.65 0.54
Hex D6 CC 3C 0 5 48 10 38 41 36
Octal 326 314 74 0 5 110 20 70 101 66
Binary 11010110 11001100 111100 0 101 1001000 10000 111000 1000001 110110

Color Harmonies of #D6CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC3C

Black with #D6CC3C

Text Example


Text Example

White with #D6CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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