Html Css Color HEX #D6CC36 Wattle

📋 copy color: '#D6CC36'

red 214 ◦ green 204 ◦ blue 54

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

Shades of Wattle #D6CC36

Tints of Wattle #D6CC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.44%

R = 45.34%
G = 43.22%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6CC36 (or 0xD6CC36) is known color: Wattle. HEX triplet: D6, CC and 36. RGB value is (214,204,54). Sum of RGB (Red+Green+Blue) = 214+204+54=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC36 is #2933C9. Grayscale: #BEBEBE. Windows color (decimal): -2700234 or 3591382. OLE color: 3591382.

HSL color Cylindrical-coordinate representation of color #D6CC36: hue angle of 56.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6CC36 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 54 -
CMYK 0 0.05 0.75 0.16
HSL 56.25º 0.66% 0.53% -
HSV(B) 56.25º 0.75% 0.84% -
XYZ 49.99 57.75 12 -
YUV 189.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 214 204 54 0 0.05 0.75 0.16 56.25 0.66 0.53
Hex D6 CC 36 0 5 4B 10 38 42 35
Octal 326 314 66 0 5 113 20 70 102 65
Binary 11010110 11001100 110110 0 101 1001011 10000 111000 1000010 110101

Color Harmonies of #D6CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC36

Black with #D6CC36

Text Example


Text Example

White with #D6CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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