Html Css Color HEX #D0DD4C Las Palmas

📋 copy color: '#D0DD4C'

red 208 ◦ green 221 ◦ blue 76

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

Shades of Las Palmas #D0DD4C

Tints of Las Palmas #D0DD4C

RGB

 RED value IS 208 (81.64% from 255) = 41.19%

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

 BLUE value IS 76 (30.08% from 255) = 15.05%

R = 41.19%
G = 43.76%
B = 15.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#D0DD4C (or 0xD0DD4C) is known color: Las Palmas. HEX triplet: D0, DD and 4C. RGB value is (208,221,76). Sum of RGB (Red+Green+Blue) = 208+221+76=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD4C is #2F22B3. Grayscale: #C9C9C9. Windows color (decimal): -3089076 or 5037520. OLE color: 5037520.

HSL color Cylindrical-coordinate representation of color #D0DD4C: hue angle of 65.38º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0DD4C is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 76 -
CMYK 0.06 0 0.66 0.13
HSL 65.38º 0.68% 0.58% -
HSV(B) 65.38º 0.66% 0.87% -
XYZ 53.17 65.64 16.71 -
YUV 200.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 208 221 76 0.06 0 0.66 0.13 65.38 0.68 0.58
Hex D0 DD 4C 6 0 42 D 41 44 3A
Octal 320 335 114 6 0 102 15 101 104 72
Binary 11010000 11011101 1001100 110 0 1000010 1101 1000001 1000100 111010

Color Harmonies of #D0DD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD4C

Black with #D0DD4C

Text Example


Text Example

White with #D0DD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD4C; }

 p { color: rgb(208,221,76); }

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

background-color css

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

 a { background-color: rgb(208,221,76); }

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

border-color css

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

 span { border-color: rgb(208,221,76); }

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