Html Css Color HEX #CCD53C Las Palmas

📋 copy color: '#CCD53C'

red 204 ◦ green 213 ◦ blue 60

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

Shades of Las Palmas #CCD53C

Tints of Las Palmas #CCD53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.58%

R = 42.77%
G = 44.65%
B = 12.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#CCD53C (or 0xCCD53C) is known color: Las Palmas. HEX triplet: CC, D5 and 3C. RGB value is (204,213,60). Sum of RGB (Red+Green+Blue) = 204+213+60=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD53C is #332AC3. Grayscale: #C1C1C1. Windows color (decimal): -3353284 or 3986892. OLE color: 3986892.

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

Color convert

RGB 204 213 60 -
CMYK 0.04 0 0.72 0.16
HSL 63.53º 0.65% 0.54% -
HSV(B) 63.53º 0.72% 0.84% -
XYZ 49.51 60.75 13.39 -
YUV 192.87 53.02 135.94 -
System Red Green Blue C M Y K H S L
Decimal 204 213 60 0.04 0 0.72 0.16 63.53 0.65 0.54
Hex CC D5 3C 4 0 48 10 40 41 36
Octal 314 325 74 4 0 110 20 100 101 66
Binary 11001100 11010101 111100 100 0 1001000 10000 1000000 1000001 110110

Color Harmonies of #CCD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD53C

Black with #CCD53C

Text Example


Text Example

White with #CCD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD53C; }

 p { color: rgb(204,213,60); }

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

background-color css

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

 a { background-color: rgb(204,213,60); }

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

border-color css

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

 span { border-color: rgb(204,213,60); }

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