Html Css Color HEX #CCD13C Las Palmas

📋 copy color: '#CCD13C'

red 204 ◦ green 209 ◦ blue 60

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

Shades of Las Palmas #CCD13C

Tints of Las Palmas #CCD13C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.19%

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

R = 43.13%
G = 44.19%
B = 12.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#CCD13C (or 0xCCD13C) is known color: Las Palmas. HEX triplet: CC, D1 and 3C. RGB value is (204,209,60). Sum of RGB (Red+Green+Blue) = 204+209+60=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD13C is #332EC3. Grayscale: #BFBFBF. Windows color (decimal): -3354308 or 3985868. OLE color: 3985868.

HSL color Cylindrical-coordinate representation of color #CCD13C: hue angle of 62.01º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCD13C is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 60 -
CMYK 0.02 0 0.71 0.18
HSL 62.01º 0.62% 0.53% -
HSV(B) 62.01º 0.71% 0.82% -
XYZ 48.52 58.76 13.06 -
YUV 190.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 204 209 60 0.02 0 0.71 0.18 62.01 0.62 0.53
Hex CC D1 3C 2 0 47 12 3E 3E 35
Octal 314 321 74 2 0 107 22 76 76 65
Binary 11001100 11010001 111100 10 0 1000111 10010 111110 111110 110101

Color Harmonies of #CCD13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD13C

Black with #CCD13C

Text Example


Text Example

White with #CCD13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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