Html Css Color HEX #CDD849 Las Palmas

📋 copy color: '#CDD849'

red 205 ◦ green 216 ◦ blue 73

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

Shades of Las Palmas #CDD849

Tints of Las Palmas #CDD849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.72%

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

R = 41.5%
G = 43.72%
B = 14.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#CDD849 (or 0xCDD849) is known color: Las Palmas. HEX triplet: CD, D8 and 49. RGB value is (205,216,73). Sum of RGB (Red+Green+Blue) = 205+216+73=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD849 is #3227B6. Grayscale: #C4C4C4. Windows color (decimal): -3286967 or 4839629. OLE color: 4839629.

HSL color Cylindrical-coordinate representation of color #CDD849: hue angle of 64.62º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDD849 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 73 -
CMYK 0.05 0 0.66 0.15
HSL 64.62º 0.65% 0.57% -
HSV(B) 64.62º 0.66% 0.85% -
XYZ 50.94 62.57 15.7 -
YUV 196.41 58.36 134.13 -
System Red Green Blue C M Y K H S L
Decimal 205 216 73 0.05 0 0.66 0.15 64.62 0.65 0.57
Hex CD D8 49 5 0 42 F 41 41 39
Octal 315 330 111 5 0 102 17 101 101 71
Binary 11001101 11011000 1001001 101 0 1000010 1111 1000001 1000001 111001

Color Harmonies of #CDD849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD849

Black with #CDD849

Text Example


Text Example

White with #CDD849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD849; }

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

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

background-color css

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

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

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

border-color css

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

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

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