Html Css Color HEX #D1DB4B Las Palmas

📋 copy color: '#D1DB4B'

red 209 ◦ green 219 ◦ blue 75

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

Shades of Las Palmas #D1DB4B

Tints of Las Palmas #D1DB4B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

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

R = 41.55%
G = 43.54%
B = 14.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#D1DB4B (or 0xD1DB4B) is known color: Las Palmas. HEX triplet: D1, DB and 4B. RGB value is (209,219,75). Sum of RGB (Red+Green+Blue) = 209+219+75=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DB4B is #2E24B4. Grayscale: #C8C8C8. Windows color (decimal): -3024053 or 4971473. OLE color: 4971473.

HSL color Cylindrical-coordinate representation of color #D1DB4B: hue angle of 64.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1DB4B is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 219 75 -
CMYK 0.05 0 0.66 0.14
HSL 64.17º 0.67% 0.58% -
HSV(B) 64.17º 0.66% 0.86% -
XYZ 52.9 64.73 16.36 -
YUV 199.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 209 219 75 0.05 0 0.66 0.14 64.17 0.67 0.58
Hex D1 DB 4B 5 0 42 E 40 43 3A
Octal 321 333 113 5 0 102 16 100 103 72
Binary 11010001 11011011 1001011 101 0 1000010 1110 1000000 1000011 111010

Color Harmonies of #D1DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB4B

Black with #D1DB4B

Text Example


Text Example

White with #D1DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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