Html Css Color HEX #CDD542 Las Palmas

📋 copy color: '#CDD542'

red 205 ◦ green 213 ◦ blue 66

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

Shades of Las Palmas #CDD542

Tints of Las Palmas #CDD542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.64%

R = 42.36%
G = 44.01%
B = 13.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CDD542 (or 0xCDD542) is known color: Las Palmas. HEX triplet: CD, D5 and 42. RGB value is (205,213,66). Sum of RGB (Red+Green+Blue) = 205+213+66=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD542 is #322ABD. Grayscale: #C2C2C2. Windows color (decimal): -3287742 or 4380109. OLE color: 4380109.

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

Color convert

RGB 205 213 66 -
CMYK 0.04 0 0.69 0.16
HSL 63.27º 0.64% 0.55% -
HSV(B) 63.27º 0.69% 0.84% -
XYZ 49.95 60.96 14.29 -
YUV 193.85 55.85 135.95 -
System Red Green Blue C M Y K H S L
Decimal 205 213 66 0.04 0 0.69 0.16 63.27 0.64 0.55
Hex CD D5 42 4 0 45 10 3F 40 37
Octal 315 325 102 4 0 105 20 77 100 67
Binary 11001101 11010101 1000010 100 0 1000101 10000 111111 1000000 110111

Color Harmonies of #CDD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD542

Black with #CDD542

Text Example


Text Example

White with #CDD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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