Html Css Color HEX #D0DC4A Las Palmas

📋 copy color: '#D0DC4A'

red 208 ◦ green 220 ◦ blue 74

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

Shades of Las Palmas #D0DC4A

Tints of Las Palmas #D0DC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.74%

R = 41.43%
G = 43.82%
B = 14.74%

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

#D0DC4A (or 0xD0DC4A) is known color: Las Palmas. HEX triplet: D0, DC and 4A. RGB value is (208,220,74). Sum of RGB (Red+Green+Blue) = 208+220+74=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC4A is #2F23B5. Grayscale: #C8C8C8. Windows color (decimal): -3089334 or 4906192. OLE color: 4906192.

HSL color Cylindrical-coordinate representation of color #D0DC4A: hue angle of 64.93º degrees, saturation: 0.68, 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 #D0DC4A is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 74 -
CMYK 0.05 0 0.66 0.14
HSL 64.93º 0.68% 0.58% -
HSV(B) 64.93º 0.66% 0.86% -
XYZ 52.84 65.09 16.26 -
YUV 199.77 57.02 133.87 -
System Red Green Blue C M Y K H S L
Decimal 208 220 74 0.05 0 0.66 0.14 64.93 0.68 0.58
Hex D0 DC 4A 5 0 42 E 41 44 3A
Octal 320 334 112 5 0 102 16 101 104 72
Binary 11010000 11011100 1001010 101 0 1000010 1110 1000001 1000100 111010

Color Harmonies of #D0DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC4A

Black with #D0DC4A

Text Example


Text Example

White with #D0DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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