Html Css Color HEX #D0D140 Wattle

📋 copy color: '#D0D140'

red 208 ◦ green 209 ◦ blue 64

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

Shades of Wattle #D0D140

Tints of Wattle #D0D140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

 BLUE value IS 64 (25.39% from 255) = 13.31%

R = 43.24%
G = 43.45%
B = 13.31%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0D140 (or 0xD0D140) is known color: Wattle. HEX triplet: D0, D1 and 40. RGB value is (208,209,64). Sum of RGB (Red+Green+Blue) = 208+209+64=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D140 is #2F2EBF. Grayscale: #C0C0C0. Windows color (decimal): -3092160 or 4248016. OLE color: 4248016.

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

Color convert

RGB 208 209 64 -
CMYK 0.00 0 0.69 0.18
HSL 60.41º 0.61% 0.54% -
HSV(B) 60.41º 0.69% 0.82% -
XYZ 49.74 59.38 13.69 -
YUV 192.17 55.67 139.29 -
System Red Green Blue C M Y K H S L
Decimal 208 209 64 0.00 0 0.69 0.18 60.41 0.61 0.54
Hex D0 D1 40 0 0 45 12 3C 3D 36
Octal 320 321 100 0 0 105 22 74 75 66
Binary 11010000 11010001 1000000 0 0 1000101 10010 111100 111101 110110

Color Harmonies of #D0D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D140

Black with #D0D140

Text Example


Text Example

White with #D0D140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D140; }

 p { color: rgb(208,209,64); }

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

background-color css

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

 a { background-color: rgb(208,209,64); }

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

border-color css

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

 span { border-color: rgb(208,209,64); }

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