Html Css Color HEX #CCD64D Las Palmas

📋 copy color: '#CCD64D'

red 204 ◦ green 214 ◦ blue 77

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

Shades of Las Palmas #CCD64D

Tints of Las Palmas #CCD64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.56%

R = 41.21%
G = 43.23%
B = 15.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#CCD64D (or 0xCCD64D) is known color: Las Palmas. HEX triplet: CC, D6 and 4D. RGB value is (204,214,77). Sum of RGB (Red+Green+Blue) = 204+214+77=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD64D is #3329B2. Grayscale: #C3C3C3. Windows color (decimal): -3353011 or 5101260. OLE color: 5101260.

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

Color convert

RGB 204 214 77 -
CMYK 0.05 0 0.64 0.16
HSL 64.38º 0.63% 0.57% -
HSV(B) 64.38º 0.64% 0.84% -
XYZ 50.29 61.47 16.23 -
YUV 195.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 204 214 77 0.05 0 0.64 0.16 64.38 0.63 0.57
Hex CC D6 4D 5 0 40 10 40 3F 39
Octal 314 326 115 5 0 100 20 100 77 71
Binary 11001100 11010110 1001101 101 0 1000000 10000 1000000 111111 111001

Color Harmonies of #CCD64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD64D

Black with #CCD64D

Text Example


Text Example

White with #CCD64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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