Html Css Color HEX #D0D54A Wattle

📋 copy color: '#D0D54A'

red 208 ◦ green 213 ◦ blue 74

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

Shades of Wattle #D0D54A

Tints of Wattle #D0D54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

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

R = 42.02%
G = 43.03%
B = 14.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D0D54A (or 0xD0D54A) is known color: Wattle. HEX triplet: D0, D5 and 4A. RGB value is (208,213,74). Sum of RGB (Red+Green+Blue) = 208+213+74=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D54A is #2F2AB5. Grayscale: #C4C4C4. Windows color (decimal): -3091126 or 4904400. OLE color: 4904400.

HSL color Cylindrical-coordinate representation of color #D0D54A: hue angle of 62.16º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0D54A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 74 -
CMYK 0.02 0 0.65 0.16
HSL 62.16º 0.62% 0.56% -
HSV(B) 62.16º 0.65% 0.84% -
XYZ 51.04 61.49 15.66 -
YUV 195.66 59.34 136.8 -
System Red Green Blue C M Y K H S L
Decimal 208 213 74 0.02 0 0.65 0.16 62.16 0.62 0.56
Hex D0 D5 4A 2 0 41 10 3E 3E 38
Octal 320 325 112 2 0 101 20 76 76 70
Binary 11010000 11010101 1001010 10 0 1000001 10000 111110 111110 111000

Color Harmonies of #D0D54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D54A

Black with #D0D54A

Text Example


Text Example

White with #D0D54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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