Html Css Color HEX #CDD541 Las Palmas

📋 copy color: '#CDD541'

red 205 ◦ green 213 ◦ blue 65

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

Shades of Las Palmas #CDD541

Tints of Las Palmas #CDD541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.46%

R = 42.44%
G = 44.1%
B = 13.46%

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

#CDD541 (or 0xCDD541) is known color: Las Palmas. HEX triplet: CD, D5 and 41. RGB value is (205,213,65). Sum of RGB (Red+Green+Blue) = 205+213+65=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD541 is #322ABE. Grayscale: #C2C2C2. Windows color (decimal): -3287743 or 4314573. OLE color: 4314573.

HSL color Cylindrical-coordinate representation of color #CDD541: hue angle of 63.24º 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 #CDD541 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 65 -
CMYK 0.04 0 0.69 0.16
HSL 63.24º 0.64% 0.55% -
HSV(B) 63.24º 0.69% 0.84% -
XYZ 49.93 60.95 14.13 -
YUV 193.74 55.35 136.03 -
System Red Green Blue C M Y K H S L
Decimal 205 213 65 0.04 0 0.69 0.16 63.24 0.64 0.55
Hex CD D5 41 4 0 45 10 3F 40 37
Octal 315 325 101 4 0 105 20 77 100 67
Binary 11001101 11010101 1000001 100 0 1000101 10000 111111 1000000 110111

Color Harmonies of #CDD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD541

Black with #CDD541

Text Example


Text Example

White with #CDD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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