Html Css Color HEX #D4CC38 Wattle

📋 copy color: '#D4CC38'

red 212 ◦ green 204 ◦ blue 56

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

Shades of Wattle #D4CC38

Tints of Wattle #D4CC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.86%

R = 44.92%
G = 43.22%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D4CC38 (or 0xD4CC38) is known color: Wattle. HEX triplet: D4, CC and 38. RGB value is (212,204,56). Sum of RGB (Red+Green+Blue) = 212+204+56=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC38 is #2B33C7. Grayscale: #BEBEBE. Windows color (decimal): -2831304 or 3722452. OLE color: 3722452.

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

Color convert

RGB 212 204 56 -
CMYK 0 0.04 0.74 0.17
HSL 56.92º 0.64% 0.53% -
HSV(B) 56.92º 0.74% 0.83% -
XYZ 49.46 57.47 12.23 -
YUV 189.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 212 204 56 0 0.04 0.74 0.17 56.92 0.64 0.53
Hex D4 CC 38 0 4 4A 11 39 40 35
Octal 324 314 70 0 4 112 21 71 100 65
Binary 11010100 11001100 111000 0 100 1001010 10001 111001 1000000 110101

Color Harmonies of #D4CC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC38

Black with #D4CC38

Text Example


Text Example

White with #D4CC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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