Html Css Color HEX #CCD645 Las Palmas

📋 copy color: '#CCD645'

red 204 ◦ green 214 ◦ blue 69

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

Shades of Las Palmas #CCD645

Tints of Las Palmas #CCD645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.17%

R = 41.89%
G = 43.94%
B = 14.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#CCD645 (or 0xCCD645) is known color: Las Palmas. HEX triplet: CC, D6 and 45. RGB value is (204,214,69). Sum of RGB (Red+Green+Blue) = 204+214+69=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD645 is #3329BA. Grayscale: #C3C3C3. Windows color (decimal): -3353019 or 4576972. OLE color: 4576972.

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

Color convert

RGB 204 214 69 -
CMYK 0.05 0 0.68 0.16
HSL 64.14º 0.64% 0.55% -
HSV(B) 64.14º 0.68% 0.84% -
XYZ 50.02 61.36 14.84 -
YUV 194.48 57.19 134.79 -
System Red Green Blue C M Y K H S L
Decimal 204 214 69 0.05 0 0.68 0.16 64.14 0.64 0.55
Hex CC D6 45 5 0 44 10 40 40 37
Octal 314 326 105 5 0 104 20 100 100 67
Binary 11001100 11010110 1000101 101 0 1000100 10000 1000000 1000000 110111

Color Harmonies of #CCD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD645

Black with #CCD645

Text Example


Text Example

White with #CCD645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD645; }

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

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

background-color css

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

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

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

border-color css

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

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

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