Html Css Color HEX #D1DD45 Las Palmas

📋 copy color: '#D1DD45'

red 209 ◦ green 221 ◦ blue 69

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

Shades of Las Palmas #D1DD45

Tints of Las Palmas #D1DD45

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.29%

 BLUE value IS 69 (27.34% from 255) = 13.83%

R = 41.88%
G = 44.29%
B = 13.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#D1DD45 (or 0xD1DD45) is known color: Las Palmas. HEX triplet: D1, DD and 45. RGB value is (209,221,69). Sum of RGB (Red+Green+Blue) = 209+221+69=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD45 is #2E22BA. Grayscale: #C8C8C8. Windows color (decimal): -3023547 or 4578769. OLE color: 4578769.

HSL color Cylindrical-coordinate representation of color #D1DD45: hue angle of 64.74º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1DD45 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 69 -
CMYK 0.05 0 0.69 0.13
HSL 64.74º 0.69% 0.57% -
HSV(B) 64.74º 0.69% 0.87% -
XYZ 53.23 65.7 15.51 -
YUV 200.08 54.02 134.36 -
System Red Green Blue C M Y K H S L
Decimal 209 221 69 0.05 0 0.69 0.13 64.74 0.69 0.57
Hex D1 DD 45 5 0 45 D 41 45 39
Octal 321 335 105 5 0 105 15 101 105 71
Binary 11010001 11011101 1000101 101 0 1000101 1101 1000001 1000101 111001

Color Harmonies of #D1DD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DD45

Black with #D1DD45

Text Example


Text Example

White with #D1DD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DD45; }

 p { color: rgb(209,221,69); }

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

background-color css

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

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

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

border-color css

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

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

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