Html Css Color HEX #D1D948 Las Palmas

📋 copy color: '#D1D948'

red 209 ◦ green 217 ◦ blue 72

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

Shades of Las Palmas #D1D948

Tints of Las Palmas #D1D948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.57%

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

R = 41.97%
G = 43.57%
B = 14.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D1D948 (or 0xD1D948) is known color: Las Palmas. HEX triplet: D1, D9 and 48. RGB value is (209,217,72). Sum of RGB (Red+Green+Blue) = 209+217+72=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D948 is #2E26B7. Grayscale: #C6C6C6. Windows color (decimal): -3024568 or 4774353. OLE color: 4774353.

HSL color Cylindrical-coordinate representation of color #D1D948: hue angle of 63.31º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1D948 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 217 72 -
CMYK 0.04 0 0.67 0.15
HSL 63.31º 0.66% 0.57% -
HSV(B) 63.31º 0.67% 0.85% -
XYZ 52.28 63.65 15.66 -
YUV 198.08 56.85 135.79 -
System Red Green Blue C M Y K H S L
Decimal 209 217 72 0.04 0 0.67 0.15 63.31 0.66 0.57
Hex D1 D9 48 4 0 43 F 3F 42 39
Octal 321 331 110 4 0 103 17 77 102 71
Binary 11010001 11011001 1001000 100 0 1000011 1111 111111 1000010 111001

Color Harmonies of #D1D948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D948

Black with #D1D948

Text Example


Text Example

White with #D1D948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D948; }

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

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

background-color css

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

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

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

border-color css

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

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

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