Html Css Color HEX #D1D148 Wattle

📋 copy color: '#D1D148'

red 209 ◦ green 209 ◦ blue 72

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

Shades of Wattle #D1D148

Tints of Wattle #D1D148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.69%

R = 42.65%
G = 42.65%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D1D148 (or 0xD1D148) is known color: Wattle. HEX triplet: D1, D1 and 48. RGB value is (209,209,72). Sum of RGB (Red+Green+Blue) = 209+209+72=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D148 is #2E2EB7. Grayscale: #C1C1C1. Windows color (decimal): -3026616 or 4772305. OLE color: 4772305.

HSL color Cylindrical-coordinate representation of color #D1D148: hue angle of 60º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1D148 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 209 72 -
CMYK 0 0 0.66 0.18
HSL 60º 0.6% 0.55% -
HSV(B) 60º 0.66% 0.82% -
XYZ 50.26 59.62 14.99 -
YUV 193.38 59.5 139.14 -
System Red Green Blue C M Y K H S L
Decimal 209 209 72 0 0 0.66 0.18 60 0.6 0.55
Hex D1 D1 48 0 0 42 12 3C 3C 37
Octal 321 321 110 0 0 102 22 74 74 67
Binary 11010001 11010001 1001000 0 0 1000010 10010 111100 111100 110111

Color Harmonies of #D1D148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D148

Black with #D1D148

Text Example


Text Example

White with #D1D148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D148; }

 p { color: rgb(209,209,72); }

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

background-color css

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

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

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

border-color css

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

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

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