Html Css Color HEX #D0C93E Wattle

📋 copy color: '#D0C93E'

red 208 ◦ green 201 ◦ blue 62

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

Shades of Wattle #D0C93E

Tints of Wattle #D0C93E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.68%

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

R = 44.16%
G = 42.68%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0C93E (or 0xD0C93E) is known color: Wattle. HEX triplet: D0, C9 and 3E. RGB value is (208,201,62). Sum of RGB (Red+Green+Blue) = 208+201+62=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C93E is #2F36C1. Grayscale: #BBBBBB. Windows color (decimal): -3094210 or 4114896. OLE color: 4114896.

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

Color convert

RGB 208 201 62 -
CMYK 0 0.03 0.70 0.18
HSL 57.12º 0.61% 0.53% -
HSV(B) 57.12º 0.7% 0.82% -
XYZ 47.77 55.53 12.76 -
YUV 187.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 208 201 62 0 0.03 0.70 0.18 57.12 0.61 0.53
Hex D0 C9 3E 0 3 46 12 39 3D 35
Octal 320 311 76 0 3 106 22 71 75 65
Binary 11010000 11001001 111110 0 11 1000110 10010 111001 111101 110101

Color Harmonies of #D0C93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C93E

Black with #D0C93E

Text Example


Text Example

White with #D0C93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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