Html Css Color HEX #D0C94A Wattle

📋 copy color: '#D0C94A'

red 208 ◦ green 201 ◦ blue 74

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

Shades of Wattle #D0C94A

Tints of Wattle #D0C94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.32%

R = 43.06%
G = 41.61%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0C94A (or 0xD0C94A) is known color: Wattle. HEX triplet: D0, C9 and 4A. RGB value is (208,201,74). Sum of RGB (Red+Green+Blue) = 208+201+74=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C94A is #2F36B5. Grayscale: #BDBDBD. Windows color (decimal): -3094198 or 4901328. OLE color: 4901328.

HSL color Cylindrical-coordinate representation of color #D0C94A: hue angle of 56.87º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0C94A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 74 -
CMYK 0 0.03 0.64 0.18
HSL 56.87º 0.59% 0.55% -
HSV(B) 56.87º 0.64% 0.82% -
XYZ 48.14 55.68 14.69 -
YUV 188.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 208 201 74 0 0.03 0.64 0.18 56.87 0.59 0.55
Hex D0 C9 4A 0 3 40 12 39 3B 37
Octal 320 311 112 0 3 100 22 71 73 67
Binary 11010000 11001001 1001010 0 11 1000000 10010 111001 111011 110111

Color Harmonies of #D0C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C94A

Black with #D0C94A

Text Example


Text Example

White with #D0C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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