Html Css Color HEX #CDD549 Las Palmas

📋 copy color: '#CDD549'

red 205 ◦ green 213 ◦ blue 73

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

Shades of Las Palmas #CDD549

Tints of Las Palmas #CDD549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.87%

R = 41.75%
G = 43.38%
B = 14.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CDD549 (or 0xCDD549) is known color: Las Palmas. HEX triplet: CD, D5 and 49. RGB value is (205,213,73). Sum of RGB (Red+Green+Blue) = 205+213+73=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD549 is #322AB6. Grayscale: #C3C3C3. Windows color (decimal): -3287735 or 4838861. OLE color: 4838861.

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

Color convert

RGB 205 213 73 -
CMYK 0.04 0 0.66 0.16
HSL 63.43º 0.63% 0.56% -
HSV(B) 63.43º 0.66% 0.84% -
XYZ 50.17 61.05 15.44 -
YUV 194.65 59.35 135.38 -
System Red Green Blue C M Y K H S L
Decimal 205 213 73 0.04 0 0.66 0.16 63.43 0.63 0.56
Hex CD D5 49 4 0 42 10 3F 3E 38
Octal 315 325 111 4 0 102 20 77 76 70
Binary 11001101 11010101 1001001 100 0 1000010 10000 111111 111110 111000

Color Harmonies of #CDD549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD549

Black with #CDD549

Text Example


Text Example

White with #CDD549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD549; }

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

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

background-color css

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

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

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

border-color css

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

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

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