Html Css Color HEX #D0D84B Wattle

📋 copy color: '#D0D84B'

red 208 ◦ green 216 ◦ blue 75

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

Shades of Wattle #D0D84B

Tints of Wattle #D0D84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.03%

R = 41.68%
G = 43.29%
B = 15.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D0D84B (or 0xD0D84B) is known color: Wattle. HEX triplet: D0, D8 and 4B. RGB value is (208,216,75). Sum of RGB (Red+Green+Blue) = 208+216+75=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D84B is #2F27B4. Grayscale: #C6C6C6. Windows color (decimal): -3090357 or 4970704. OLE color: 4970704.

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

Color convert

RGB 208 216 75 -
CMYK 0.04 0 0.65 0.15
HSL 63.4º 0.64% 0.57% -
HSV(B) 63.4º 0.65% 0.85% -
XYZ 51.84 63.03 16.09 -
YUV 197.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 208 216 75 0.04 0 0.65 0.15 63.4 0.64 0.57
Hex D0 D8 4B 4 0 41 F 3F 40 39
Octal 320 330 113 4 0 101 17 77 100 71
Binary 11010000 11011000 1001011 100 0 1000001 1111 111111 1000000 111001

Color Harmonies of #D0D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D84B

Black with #D0D84B

Text Example


Text Example

White with #D0D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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