Html Css Color HEX #D0DC4C Las Palmas

📋 copy color: '#D0DC4C'

red 208 ◦ green 220 ◦ blue 76

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

Shades of Las Palmas #D0DC4C

Tints of Las Palmas #D0DC4C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

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

R = 41.27%
G = 43.65%
B = 15.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#D0DC4C (or 0xD0DC4C) is known color: Las Palmas. HEX triplet: D0, DC and 4C. RGB value is (208,220,76). Sum of RGB (Red+Green+Blue) = 208+220+76=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC4C is #2F23B3. Grayscale: #C8C8C8. Windows color (decimal): -3089332 or 5037264. OLE color: 5037264.

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

Color convert

RGB 208 220 76 -
CMYK 0.05 0 0.65 0.14
HSL 65º 0.67% 0.58% -
HSV(B) 65º 0.65% 0.86% -
XYZ 52.91 65.12 16.62 -
YUV 200 58.02 133.71 -
System Red Green Blue C M Y K H S L
Decimal 208 220 76 0.05 0 0.65 0.14 65 0.67 0.58
Hex D0 DC 4C 5 0 41 E 41 43 3A
Octal 320 334 114 5 0 101 16 101 103 72
Binary 11010000 11011100 1001100 101 0 1000001 1110 1000001 1000011 111010

Color Harmonies of #D0DC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC4C

Black with #D0DC4C

Text Example


Text Example

White with #D0DC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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