Html Css Color HEX #D0C538 Wattle

📋 copy color: '#D0C538'

red 208 ◦ green 197 ◦ blue 56

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

Shades of Wattle #D0C538

Tints of Wattle #D0C538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

 BLUE value IS 56 (22.27% from 255) = 12.15%

R = 45.12%
G = 42.73%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0C538 (or 0xD0C538) is known color: Wattle. HEX triplet: D0, C5 and 38. RGB value is (208,197,56). Sum of RGB (Red+Green+Blue) = 208+197+56=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C538 is #2F3AC7. Grayscale: #B8B8B8. Windows color (decimal): -3095240 or 3720656. OLE color: 3720656.

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

Color convert

RGB 208 197 56 -
CMYK 0 0.05 0.73 0.18
HSL 55.66º 0.62% 0.52% -
HSV(B) 55.66º 0.73% 0.82% -
XYZ 46.69 53.63 11.63 -
YUV 184.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 208 197 56 0 0.05 0.73 0.18 55.66 0.62 0.52
Hex D0 C5 38 0 5 49 12 38 3E 34
Octal 320 305 70 0 5 111 22 70 76 64
Binary 11010000 11000101 111000 0 101 1001001 10010 111000 111110 110100

Color Harmonies of #D0C538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C538

Black with #D0C538

Text Example


Text Example

White with #D0C538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C538; }

 p { color: rgb(208,197,56); }

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

background-color css

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

 a { background-color: rgb(208,197,56); }

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

border-color css

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

 span { border-color: rgb(208,197,56); }

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