Html Css Color HEX #D0C433 Wattle

📋 copy color: '#D0C433'

red 208 ◦ green 196 ◦ blue 51

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

Shades of Wattle #D0C433

Tints of Wattle #D0C433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.21%

R = 45.71%
G = 43.08%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0C433 (or 0xD0C433) is known color: Wattle. HEX triplet: D0, C4 and 33. RGB value is (208,196,51). Sum of RGB (Red+Green+Blue) = 208+196+51=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C433 is #2F3BCC. Grayscale: #B7B7B7. Windows color (decimal): -3095501 or 3392720. OLE color: 3392720.

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

Color convert

RGB 208 196 51 -
CMYK 0 0.06 0.75 0.18
HSL 55.41º 0.63% 0.51% -
HSV(B) 55.41º 0.75% 0.82% -
XYZ 46.35 53.13 10.94 -
YUV 183.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 208 196 51 0 0.06 0.75 0.18 55.41 0.63 0.51
Hex D0 C4 33 0 6 4B 12 37 3F 33
Octal 320 304 63 0 6 113 22 67 77 63
Binary 11010000 11000100 110011 0 110 1001011 10010 110111 111111 110011

Color Harmonies of #D0C433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C433

Black with #D0C433

Text Example


Text Example

White with #D0C433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C433; }

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

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

background-color css

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

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

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

border-color css

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

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

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