Html Css Color HEX #CCD541 Las Palmas

📋 copy color: '#CCD541'

red 204 ◦ green 213 ◦ blue 65

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

Shades of Las Palmas #CCD541

Tints of Las Palmas #CCD541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.49%

R = 42.32%
G = 44.19%
B = 13.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CCD541 (or 0xCCD541) is known color: Las Palmas. HEX triplet: CC, D5 and 41. RGB value is (204,213,65). Sum of RGB (Red+Green+Blue) = 204+213+65=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD541 is #332ABE. Grayscale: #C2C2C2. Windows color (decimal): -3353279 or 4314572. OLE color: 4314572.

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

Color convert

RGB 204 213 65 -
CMYK 0.04 0 0.69 0.16
HSL 63.65º 0.64% 0.55% -
HSV(B) 63.65º 0.69% 0.84% -
XYZ 49.65 60.81 14.12 -
YUV 193.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 204 213 65 0.04 0 0.69 0.16 63.65 0.64 0.55
Hex CC D5 41 4 0 45 10 40 40 37
Octal 314 325 101 4 0 105 20 100 100 67
Binary 11001100 11010101 1000001 100 0 1000101 10000 1000000 1000000 110111

Color Harmonies of #CCD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD541

Black with #CCD541

Text Example


Text Example

White with #CCD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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