Html Css Color HEX #D0C545 Wattle

📋 copy color: '#D0C545'

red 208 ◦ green 197 ◦ blue 69

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

Shades of Wattle #D0C545

Tints of Wattle #D0C545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.56%

R = 43.88%
G = 41.56%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D0C545 (or 0xD0C545) is known color: Wattle. HEX triplet: D0, C5 and 45. RGB value is (208,197,69). Sum of RGB (Red+Green+Blue) = 208+197+69=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C545 is #2F3ABA. Grayscale: #BABABA. Windows color (decimal): -3095227 or 4572624. OLE color: 4572624.

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

Color convert

RGB 208 197 69 -
CMYK 0 0.05 0.67 0.18
HSL 55.25º 0.6% 0.54% -
HSV(B) 55.25º 0.67% 0.82% -
XYZ 47.05 53.77 13.53 -
YUV 185.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 208 197 69 0 0.05 0.67 0.18 55.25 0.6 0.54
Hex D0 C5 45 0 5 43 12 37 3C 36
Octal 320 305 105 0 5 103 22 67 74 66
Binary 11010000 11000101 1000101 0 101 1000011 10010 110111 111100 110110

Color Harmonies of #D0C545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C545

Black with #D0C545

Text Example


Text Example

White with #D0C545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C545; }

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

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

background-color css

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

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

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

border-color css

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

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

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