Html Css Color HEX #D4C33C Wattle

📋 copy color: '#D4C33C'

red 212 ◦ green 195 ◦ blue 60

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

Shades of Wattle #D4C33C

Tints of Wattle #D4C33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

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

R = 45.4%
G = 41.76%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4C33C (or 0xD4C33C) is known color: Wattle. HEX triplet: D4, C3 and 3C. RGB value is (212,195,60). Sum of RGB (Red+Green+Blue) = 212+195+60=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C33C is #2B3CC3. Grayscale: #B9B9B9. Windows color (decimal): -2833604 or 3982292. OLE color: 3982292.

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

Color convert

RGB 212 195 60 -
CMYK 0 0.08 0.72 0.17
HSL 53.29º 0.64% 0.53% -
HSV(B) 53.29º 0.72% 0.83% -
XYZ 47.48 53.35 12.07 -
YUV 184.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 212 195 60 0 0.08 0.72 0.17 53.29 0.64 0.53
Hex D4 C3 3C 0 8 48 11 35 40 35
Octal 324 303 74 0 10 110 21 65 100 65
Binary 11010100 11000011 111100 0 1000 1001000 10001 110101 1000000 110101

Color Harmonies of #D4C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C33C

Black with #D4C33C

Text Example


Text Example

White with #D4C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C33C; }

 p { color: rgb(212,195,60); }

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

background-color css

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

 a { background-color: rgb(212,195,60); }

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

border-color css

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

 span { border-color: rgb(212,195,60); }

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