Html Css Color HEX #D1D54A Wattle

📋 copy color: '#D1D54A'

red 209 ◦ green 213 ◦ blue 74

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

Shades of Wattle #D1D54A

Tints of Wattle #D1D54A

RGB

 RED value IS 209 (82.03% from 255) = 42.14%

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

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

R = 42.14%
G = 42.94%
B = 14.92%

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

#D1D54A (or 0xD1D54A) is known color: Wattle. HEX triplet: D1, D5 and 4A. RGB value is (209,213,74). Sum of RGB (Red+Green+Blue) = 209+213+74=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D54A is #2E2AB5. Grayscale: #C4C4C4. Windows color (decimal): -3025590 or 4904401. OLE color: 4904401.

HSL color Cylindrical-coordinate representation of color #D1D54A: hue angle of 61.73º 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 #D1D54A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 74 -
CMYK 0.02 0 0.65 0.16
HSL 61.73º 0.62% 0.56% -
HSV(B) 61.73º 0.65% 0.84% -
XYZ 51.32 61.64 15.67 -
YUV 195.96 59.17 137.3 -
System Red Green Blue C M Y K H S L
Decimal 209 213 74 0.02 0 0.65 0.16 61.73 0.62 0.56
Hex D1 D5 4A 2 0 41 10 3E 3E 38
Octal 321 325 112 2 0 101 20 76 76 70
Binary 11010001 11010101 1001010 10 0 1000001 10000 111110 111110 111000

Color Harmonies of #D1D54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D54A

Black with #D1D54A

Text Example


Text Example

White with #D1D54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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