Html Css Color HEX #CCD646 Las Palmas

📋 copy color: '#CCD646'

red 204 ◦ green 214 ◦ blue 70

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

Shades of Las Palmas #CCD646

Tints of Las Palmas #CCD646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.34%

R = 41.8%
G = 43.85%
B = 14.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#CCD646 (or 0xCCD646) is known color: Las Palmas. HEX triplet: CC, D6 and 46. RGB value is (204,214,70). Sum of RGB (Red+Green+Blue) = 204+214+70=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD646 is #3329B9. Grayscale: #C3C3C3. Windows color (decimal): -3353018 or 4642508. OLE color: 4642508.

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

Color convert

RGB 204 214 70 -
CMYK 0.05 0 0.67 0.16
HSL 64.17º 0.64% 0.56% -
HSV(B) 64.17º 0.67% 0.84% -
XYZ 50.05 61.37 15 -
YUV 194.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 204 214 70 0.05 0 0.67 0.16 64.17 0.64 0.56
Hex CC D6 46 5 0 43 10 40 40 38
Octal 314 326 106 5 0 103 20 100 100 70
Binary 11001100 11010110 1000110 101 0 1000011 10000 1000000 1000000 111000

Color Harmonies of #CCD646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD646

Black with #CCD646

Text Example


Text Example

White with #CCD646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD646; }

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

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

background-color css

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

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

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

border-color css

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

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

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