Html Css Color HEX #D0C432 Wattle

📋 copy color: '#D0C432'

red 208 ◦ green 196 ◦ blue 50

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

Shades of Wattle #D0C432

Tints of Wattle #D0C432

RGB

 RED value IS 208 (81.64% from 255) = 45.81%

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

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

R = 45.81%
G = 43.17%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D0C432 (or 0xD0C432) is known color: Wattle. HEX triplet: D0, C4 and 32. RGB value is (208,196,50). Sum of RGB (Red+Green+Blue) = 208+196+50=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C432 is #2F3BCD. Grayscale: #B7B7B7. Windows color (decimal): -3095502 or 3327184. OLE color: 3327184.

HSL color Cylindrical-coordinate representation of color #D0C432: hue angle of 55.44º degrees, saturation: 0.63, 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 #D0C432 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 196 50 -
CMYK 0 0.06 0.76 0.18
HSL 55.44º 0.63% 0.51% -
HSV(B) 55.44º 0.76% 0.82% -
XYZ 46.33 53.12 10.83 -
YUV 182.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 208 196 50 0 0.06 0.76 0.18 55.44 0.63 0.51
Hex D0 C4 32 0 6 4C 12 37 3F 33
Octal 320 304 62 0 6 114 22 67 77 63
Binary 11010000 11000100 110010 0 110 1001100 10010 110111 111111 110011

Color Harmonies of #D0C432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C432

Black with #D0C432

Text Example


Text Example

White with #D0C432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C432; }

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

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

background-color css

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

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

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

border-color css

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

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

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