Html Css Color HEX #CCDA49 Las Palmas

📋 copy color: '#CCDA49'

red 204 ◦ green 218 ◦ blue 73

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

Shades of Las Palmas #CCDA49

Tints of Las Palmas #CCDA49

RGB

 RED value IS 204 (80.08% from 255) = 41.21%

 GREEN value IS 218 (85.55% from 255) = 44.04%

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

R = 41.21%
G = 44.04%
B = 14.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#CCDA49 (or 0xCCDA49) is known color: Las Palmas. HEX triplet: CC, DA and 49. RGB value is (204,218,73). Sum of RGB (Red+Green+Blue) = 204+218+73=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA49 is #3325B6. Grayscale: #C5C5C5. Windows color (decimal): -3351991 or 4840140. OLE color: 4840140.

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

Color convert

RGB 204 218 73 -
CMYK 0.06 0 0.67 0.15
HSL 65.79º 0.66% 0.57% -
HSV(B) 65.79º 0.67% 0.85% -
XYZ 51.18 63.46 15.86 -
YUV 197.28 57.86 132.79 -
System Red Green Blue C M Y K H S L
Decimal 204 218 73 0.06 0 0.67 0.15 65.79 0.66 0.57
Hex CC DA 49 6 0 43 F 42 42 39
Octal 314 332 111 6 0 103 17 102 102 71
Binary 11001100 11011010 1001001 110 0 1000011 1111 1000010 1000010 111001

Color Harmonies of #CCDA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA49

Black with #CCDA49

Text Example


Text Example

White with #CCDA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA49; }

 p { color: rgb(204,218,73); }

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

background-color css

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

 a { background-color: rgb(204,218,73); }

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

border-color css

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

 span { border-color: rgb(204,218,73); }

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