Html Css Color HEX #D2C432 Wattle

📋 copy color: '#D2C432'

red 210 ◦ green 196 ◦ blue 50

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

Shades of Wattle #D2C432

Tints of Wattle #D2C432

RGB

 RED value IS 210 (82.42% from 255) = 46.05%

 GREEN value IS 196 (76.95% from 255) = 42.98%

 BLUE value IS 50 (19.92% from 255) = 10.96%

R = 46.05%
G = 42.98%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2C432 (or 0xD2C432) is known color: Wattle. HEX triplet: D2, C4 and 32. RGB value is (210,196,50). Sum of RGB (Red+Green+Blue) = 210+196+50=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C432 is #2D3BCD. Grayscale: #B8B8B8. Windows color (decimal): -2964430 or 3327186. OLE color: 3327186.

HSL color Cylindrical-coordinate representation of color #D2C432: hue angle of 54.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2C432 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 196 50 -
CMYK 0 0.07 0.76 0.18
HSL 54.75º 0.64% 0.51% -
HSV(B) 54.75º 0.76% 0.82% -
XYZ 46.89 53.41 10.86 -
YUV 183.54 52.64 146.87 -
System Red Green Blue C M Y K H S L
Decimal 210 196 50 0 0.07 0.76 0.18 54.75 0.64 0.51
Hex D2 C4 32 0 7 4C 12 37 40 33
Octal 322 304 62 0 7 114 22 67 100 63
Binary 11010010 11000100 110010 0 111 1001100 10010 110111 1000000 110011

Color Harmonies of #D2C432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C432

Black with #D2C432

Text Example


Text Example

White with #D2C432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C432; }

 p { color: rgb(210,196,50); }

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

background-color css

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

 a { background-color: rgb(210,196,50); }

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

border-color css

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

 span { border-color: rgb(210,196,50); }

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