Html Css Color HEX #CCD641 Las Palmas

📋 copy color: '#CCD641'

red 204 ◦ green 214 ◦ blue 65

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

Shades of Las Palmas #CCD641

Tints of Las Palmas #CCD641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.31%

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

R = 42.24%
G = 44.31%
B = 13.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CCD641 (or 0xCCD641) is known color: Las Palmas. HEX triplet: CC, D6 and 41. RGB value is (204,214,65). Sum of RGB (Red+Green+Blue) = 204+214+65=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD641 is #3329BE. Grayscale: #C2C2C2. Windows color (decimal): -3353023 or 4314828. OLE color: 4314828.

HSL color Cylindrical-coordinate representation of color #CCD641: hue angle of 64.03º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD641 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 65 -
CMYK 0.05 0 0.70 0.16
HSL 64.03º 0.65% 0.55% -
HSV(B) 64.03º 0.7% 0.84% -
XYZ 49.9 61.31 14.21 -
YUV 194.02 55.19 135.12 -
System Red Green Blue C M Y K H S L
Decimal 204 214 65 0.05 0 0.70 0.16 64.03 0.65 0.55
Hex CC D6 41 5 0 46 10 40 41 37
Octal 314 326 101 5 0 106 20 100 101 67
Binary 11001100 11010110 1000001 101 0 1000110 10000 1000000 1000001 110111

Color Harmonies of #CCD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD641

Black with #CCD641

Text Example


Text Example

White with #CCD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD641; }

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

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

background-color css

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

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

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

border-color css

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

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

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