Html Css Color HEX #D0C132 Wattle

📋 copy color: '#D0C132'

red 208 ◦ green 193 ◦ blue 50

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

Shades of Wattle #D0C132

Tints of Wattle #D0C132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.79%

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

R = 46.12%
G = 42.79%
B = 11.09%

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

#D0C132 (or 0xD0C132) is known color: Wattle. HEX triplet: D0, C1 and 32. RGB value is (208,193,50). Sum of RGB (Red+Green+Blue) = 208+193+50=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C132 is #2F3ECD. Grayscale: #B5B5B5. Windows color (decimal): -3096270 or 3326416. OLE color: 3326416.

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

Color convert

RGB 208 193 50 -
CMYK 0 0.07 0.76 0.18
HSL 54.3º 0.63% 0.51% -
HSV(B) 54.3º 0.76% 0.82% -
XYZ 45.66 51.78 10.61 -
YUV 181.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 208 193 50 0 0.07 0.76 0.18 54.3 0.63 0.51
Hex D0 C1 32 0 7 4C 12 36 3F 33
Octal 320 301 62 0 7 114 22 66 77 63
Binary 11010000 11000001 110010 0 111 1001100 10010 110110 111111 110011

Color Harmonies of #D0C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C132

Black with #D0C132

Text Example


Text Example

White with #D0C132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C132; }

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

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

background-color css

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

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

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

border-color css

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

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

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