Html Css Color HEX #D0C03D Wattle

📋 copy color: '#D0C03D'

red 208 ◦ green 192 ◦ blue 61

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

Shades of Wattle #D0C03D

Tints of Wattle #D0C03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 61 (24.22% from 255) = 13.23%

R = 45.12%
G = 41.65%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0C03D (or 0xD0C03D) is known color: Wattle. HEX triplet: D0, C0 and 3D. RGB value is (208,192,61). Sum of RGB (Red+Green+Blue) = 208+192+61=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C03D is #2F3FC2. Grayscale: #B6B6B6. Windows color (decimal): -3096515 or 4047056. OLE color: 4047056.

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

Color convert

RGB 208 192 61 -
CMYK 0 0.08 0.71 0.18
HSL 53.47º 0.61% 0.53% -
HSV(B) 53.47º 0.71% 0.82% -
XYZ 45.7 51.45 11.94 -
YUV 181.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 208 192 61 0 0.08 0.71 0.18 53.47 0.61 0.53
Hex D0 C0 3D 0 8 47 12 35 3D 35
Octal 320 300 75 0 10 107 22 65 75 65
Binary 11010000 11000000 111101 0 1000 1000111 10010 110101 111101 110101

Color Harmonies of #D0C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C03D

Black with #D0C03D

Text Example


Text Example

White with #D0C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C03D; }

 p { color: rgb(208,192,61); }

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

background-color css

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

 a { background-color: rgb(208,192,61); }

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

border-color css

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

 span { border-color: rgb(208,192,61); }

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