Html Css Color HEX #CDD53E Las Palmas

📋 copy color: '#CDD53E'

red 205 ◦ green 213 ◦ blue 62

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

Shades of Las Palmas #CDD53E

Tints of Las Palmas #CDD53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.92%

R = 42.71%
G = 44.38%
B = 12.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#CDD53E (or 0xCDD53E) is known color: Las Palmas. HEX triplet: CD, D5 and 3E. RGB value is (205,213,62). Sum of RGB (Red+Green+Blue) = 205+213+62=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 62 (24.61% from 255 or 12.92% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD53E is #322AC1. Grayscale: #C1C1C1. Windows color (decimal): -3287746 or 4117965. OLE color: 4117965.

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

Color convert

RGB 205 213 62 -
CMYK 0.04 0 0.71 0.16
HSL 63.18º 0.64% 0.54% -
HSV(B) 63.18º 0.71% 0.84% -
XYZ 49.84 60.92 13.69 -
YUV 193.39 53.85 136.28 -
System Red Green Blue C M Y K H S L
Decimal 205 213 62 0.04 0 0.71 0.16 63.18 0.64 0.54
Hex CD D5 3E 4 0 47 10 3F 40 36
Octal 315 325 76 4 0 107 20 77 100 66
Binary 11001101 11010101 111110 100 0 1000111 10000 111111 1000000 110110

Color Harmonies of #CDD53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD53E

Black with #CDD53E

Text Example


Text Example

White with #CDD53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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