Html Css Color HEX #D4CC41 Wattle

📋 copy color: '#D4CC41'

red 212 ◦ green 204 ◦ blue 65

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

Shades of Wattle #D4CC41

Tints of Wattle #D4CC41

RGB

 RED value IS 212 (83.2% from 255) = 44.07%

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

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

R = 44.07%
G = 42.41%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4CC41 (or 0xD4CC41) is known color: Wattle. HEX triplet: D4, CC and 41. RGB value is (212,204,65). Sum of RGB (Red+Green+Blue) = 212+204+65=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC41 is #2B33BE. Grayscale: #BFBFBF. Windows color (decimal): -2831295 or 4312276. OLE color: 4312276.

HSL color Cylindrical-coordinate representation of color #D4CC41: hue angle of 56.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4CC41 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 65 -
CMYK 0 0.04 0.69 0.17
HSL 56.73º 0.63% 0.54% -
HSV(B) 56.73º 0.69% 0.83% -
XYZ 49.7 57.56 13.49 -
YUV 190.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 212 204 65 0 0.04 0.69 0.17 56.73 0.63 0.54
Hex D4 CC 41 0 4 45 11 39 3F 36
Octal 324 314 101 0 4 105 21 71 77 66
Binary 11010100 11001100 1000001 0 100 1000101 10001 111001 111111 110110

Color Harmonies of #D4CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC41

Black with #D4CC41

Text Example


Text Example

White with #D4CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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