Html Css Color HEX #D0D84A Wattle

📋 copy color: '#D0D84A'

red 208 ◦ green 216 ◦ blue 74

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

Shades of Wattle #D0D84A

Tints of Wattle #D0D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.37%

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

R = 41.77%
G = 43.37%
B = 14.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D0D84A (or 0xD0D84A) is known color: Wattle. HEX triplet: D0, D8 and 4A. RGB value is (208,216,74). Sum of RGB (Red+Green+Blue) = 208+216+74=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D84A is #2F27B5. Grayscale: #C5C5C5. Windows color (decimal): -3090358 or 4905168. OLE color: 4905168.

HSL color Cylindrical-coordinate representation of color #D0D84A: hue angle of 63.38º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0D84A is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 216 74 -
CMYK 0.04 0 0.66 0.15
HSL 63.38º 0.65% 0.57% -
HSV(B) 63.38º 0.66% 0.85% -
XYZ 51.8 63.02 15.91 -
YUV 197.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 208 216 74 0.04 0 0.66 0.15 63.38 0.65 0.57
Hex D0 D8 4A 4 0 42 F 3F 41 39
Octal 320 330 112 4 0 102 17 77 101 71
Binary 11010000 11011000 1001010 100 0 1000010 1111 111111 1000001 111001

Color Harmonies of #D0D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D84A

Black with #D0D84A

Text Example


Text Example

White with #D0D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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