Html Css Color HEX #D0C332 Wattle

📋 copy color: '#D0C332'

red 208 ◦ green 195 ◦ blue 50

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

Shades of Wattle #D0C332

Tints of Wattle #D0C332

RGB

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

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

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

R = 45.92%
G = 43.05%
B = 11.04%

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

#D0C332 (or 0xD0C332) is known color: Wattle. HEX triplet: D0, C3 and 32. RGB value is (208,195,50). Sum of RGB (Red+Green+Blue) = 208+195+50=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C332 is #2F3CCD. Grayscale: #B6B6B6. Windows color (decimal): -3095758 or 3326928. OLE color: 3326928.

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

Color convert

RGB 208 195 50 -
CMYK 0 0.06 0.76 0.18
HSL 55.06º 0.63% 0.51% -
HSV(B) 55.06º 0.76% 0.82% -
XYZ 46.1 52.67 10.75 -
YUV 182.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 208 195 50 0 0.06 0.76 0.18 55.06 0.63 0.51
Hex D0 C3 32 0 6 4C 12 37 3F 33
Octal 320 303 62 0 6 114 22 67 77 63
Binary 11010000 11000011 110010 0 110 1001100 10010 110111 111111 110011

Color Harmonies of #D0C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C332

Black with #D0C332

Text Example


Text Example

White with #D0C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C332; }

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

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

background-color css

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

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

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

border-color css

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

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

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