Html Css Color HEX #D0C83E Wattle

📋 copy color: '#D0C83E'

red 208 ◦ green 200 ◦ blue 62

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

Shades of Wattle #D0C83E

Tints of Wattle #D0C83E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

 BLUE value IS 62 (24.61% from 255) = 13.19%

R = 44.26%
G = 42.55%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0C83E (or 0xD0C83E) is known color: Wattle. HEX triplet: D0, C8 and 3E. RGB value is (208,200,62). Sum of RGB (Red+Green+Blue) = 208+200+62=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C83E is #2F37C1. Grayscale: #BBBBBB. Windows color (decimal): -3094466 or 4114640. OLE color: 4114640.

HSL color Cylindrical-coordinate representation of color #D0C83E: hue angle of 56.71º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0C83E is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 62 -
CMYK 0 0.04 0.70 0.18
HSL 56.71º 0.61% 0.53% -
HSV(B) 56.71º 0.7% 0.82% -
XYZ 47.54 55.07 12.68 -
YUV 186.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 208 200 62 0 0.04 0.70 0.18 56.71 0.61 0.53
Hex D0 C8 3E 0 4 46 12 39 3D 35
Octal 320 310 76 0 4 106 22 71 75 65
Binary 11010000 11001000 111110 0 100 1000110 10010 111001 111101 110101

Color Harmonies of #D0C83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C83E

Black with #D0C83E

Text Example


Text Example

White with #D0C83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C83E; }

 p { color: rgb(208,200,62); }

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

background-color css

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

 a { background-color: rgb(208,200,62); }

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

border-color css

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

 span { border-color: rgb(208,200,62); }

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