Html Css Color HEX #D0C33B Wattle

📋 copy color: '#D0C33B'

red 208 ◦ green 195 ◦ blue 59

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

Shades of Wattle #D0C33B

Tints of Wattle #D0C33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 45.02%
G = 42.21%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0C33B (or 0xD0C33B) is known color: Wattle. HEX triplet: D0, C3 and 3B. RGB value is (208,195,59). Sum of RGB (Red+Green+Blue) = 208+195+59=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C33B is #2F3CC4. Grayscale: #B7B7B7. Windows color (decimal): -3095749 or 3916752. OLE color: 3916752.

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

Color convert

RGB 208 195 59 -
CMYK 0 0.06 0.72 0.18
HSL 54.77º 0.61% 0.52% -
HSV(B) 54.77º 0.72% 0.82% -
XYZ 46.32 52.76 11.88 -
YUV 183.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 208 195 59 0 0.06 0.72 0.18 54.77 0.61 0.52
Hex D0 C3 3B 0 6 48 12 37 3D 34
Octal 320 303 73 0 6 110 22 67 75 64
Binary 11010000 11000011 111011 0 110 1001000 10010 110111 111101 110100

Color Harmonies of #D0C33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C33B

Black with #D0C33B

Text Example


Text Example

White with #D0C33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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