Html Css Color HEX #CDD540 Las Palmas

📋 copy color: '#CDD540'

red 205 ◦ green 213 ◦ blue 64

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

Shades of Las Palmas #CDD540

Tints of Las Palmas #CDD540

RGB

 RED value IS 205 (80.47% from 255) = 42.53%

 GREEN value IS 213 (83.59% from 255) = 44.19%

 BLUE value IS 64 (25.39% from 255) = 13.28%

R = 42.53%
G = 44.19%
B = 13.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CDD540 (or 0xCDD540) is known color: Las Palmas. HEX triplet: CD, D5 and 40. RGB value is (205,213,64). Sum of RGB (Red+Green+Blue) = 205+213+64=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD540 is #322ABF. Grayscale: #C2C2C2. Windows color (decimal): -3287744 or 4249037. OLE color: 4249037.

HSL color Cylindrical-coordinate representation of color #CDD540: hue angle of 63.22º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDD540 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 64 -
CMYK 0.04 0 0.70 0.16
HSL 63.22º 0.64% 0.54% -
HSV(B) 63.22º 0.7% 0.84% -
XYZ 49.9 60.94 13.98 -
YUV 193.62 54.85 136.12 -
System Red Green Blue C M Y K H S L
Decimal 205 213 64 0.04 0 0.70 0.16 63.22 0.64 0.54
Hex CD D5 40 4 0 46 10 3F 40 36
Octal 315 325 100 4 0 106 20 77 100 66
Binary 11001101 11010101 1000000 100 0 1000110 10000 111111 1000000 110110

Color Harmonies of #CDD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD540

Black with #CDD540

Text Example


Text Example

White with #CDD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD540; }

 p { color: rgb(205,213,64); }

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

background-color css

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

 a { background-color: rgb(205,213,64); }

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

border-color css

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

 span { border-color: rgb(205,213,64); }

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