Html Css Color HEX #D6CC41 Wattle

📋 copy color: '#D6CC41'

red 214 ◦ green 204 ◦ blue 65

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

Shades of Wattle #D6CC41

Tints of Wattle #D6CC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.46%

R = 44.31%
G = 42.24%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D6CC41 (or 0xD6CC41) is known color: Wattle. HEX triplet: D6, CC and 41. RGB value is (214,204,65). Sum of RGB (Red+Green+Blue) = 214+204+65=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC41 is #2933BE. Grayscale: #BFBFBF. Windows color (decimal): -2700223 or 4312278. OLE color: 4312278.

HSL color Cylindrical-coordinate representation of color #D6CC41: hue angle of 55.97º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6CC41 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 65 -
CMYK 0 0.05 0.70 0.16
HSL 55.97º 0.65% 0.55% -
HSV(B) 55.97º 0.7% 0.84% -
XYZ 50.28 57.86 13.52 -
YUV 191.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 214 204 65 0 0.05 0.70 0.16 55.97 0.65 0.55
Hex D6 CC 41 0 5 46 10 38 41 37
Octal 326 314 101 0 5 106 20 70 101 67
Binary 11010110 11001100 1000001 0 101 1000110 10000 111000 1000001 110111

Color Harmonies of #D6CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC41

Black with #D6CC41

Text Example


Text Example

White with #D6CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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