Html Css Color HEX #D1D74B Wattle

📋 copy color: '#D1D74B'

red 209 ◦ green 215 ◦ blue 75

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

Shades of Wattle #D1D74B

Tints of Wattle #D1D74B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

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

R = 41.88%
G = 43.09%
B = 15.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D1D74B (or 0xD1D74B) is known color: Wattle. HEX triplet: D1, D7 and 4B. RGB value is (209,215,75). Sum of RGB (Red+Green+Blue) = 209+215+75=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D74B is #2E28B4. Grayscale: #C5C5C5. Windows color (decimal): -3025077 or 4970449. OLE color: 4970449.

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

Color convert

RGB 209 215 75 -
CMYK 0.03 0 0.65 0.16
HSL 62.57º 0.64% 0.57% -
HSV(B) 62.57º 0.65% 0.84% -
XYZ 51.86 62.66 16.02 -
YUV 197.25 59.01 136.38 -
System Red Green Blue C M Y K H S L
Decimal 209 215 75 0.03 0 0.65 0.16 62.57 0.64 0.57
Hex D1 D7 4B 3 0 41 10 3F 40 39
Octal 321 327 113 3 0 101 20 77 100 71
Binary 11010001 11010111 1001011 11 0 1000001 10000 111111 1000000 111001

Color Harmonies of #D1D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D74B

Black with #D1D74B

Text Example


Text Example

White with #D1D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D74B; }

 p { color: rgb(209,215,75); }

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

background-color css

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

 a { background-color: rgb(209,215,75); }

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

border-color css

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

 span { border-color: rgb(209,215,75); }

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