Html Css Color HEX #CCDC49 Las Palmas

📋 copy color: '#CCDC49'

red 204 ◦ green 220 ◦ blue 73

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

Shades of Las Palmas #CCDC49

Tints of Las Palmas #CCDC49

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.27%

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

R = 41.05%
G = 44.27%
B = 14.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#CCDC49 (or 0xCCDC49) is known color: Las Palmas. HEX triplet: CC, DC and 49. RGB value is (204,220,73). Sum of RGB (Red+Green+Blue) = 204+220+73=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC49 is #3323B6. Grayscale: #C7C7C7. Windows color (decimal): -3351479 or 4840652. OLE color: 4840652.

HSL color Cylindrical-coordinate representation of color #CCDC49: hue angle of 66.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCDC49 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 73 -
CMYK 0.07 0 0.67 0.14
HSL 66.53º 0.68% 0.57% -
HSV(B) 66.53º 0.67% 0.86% -
XYZ 51.7 64.5 16.03 -
YUV 198.46 57.2 131.95 -
System Red Green Blue C M Y K H S L
Decimal 204 220 73 0.07 0 0.67 0.14 66.53 0.68 0.57
Hex CC DC 49 7 0 43 E 43 44 39
Octal 314 334 111 7 0 103 16 103 104 71
Binary 11001100 11011100 1001001 111 0 1000011 1110 1000011 1000100 111001

Color Harmonies of #CCDC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC49

Black with #CCDC49

Text Example


Text Example

White with #CCDC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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