Html Css Color HEX #CCD649 Las Palmas

📋 copy color: '#CCD649'

red 204 ◦ green 214 ◦ blue 73

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

Shades of Las Palmas #CCD649

Tints of Las Palmas #CCD649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.87%

R = 41.55%
G = 43.58%
B = 14.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CCD649 (or 0xCCD649) is known color: Las Palmas. HEX triplet: CC, D6 and 49. RGB value is (204,214,73). Sum of RGB (Red+Green+Blue) = 204+214+73=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD649 is #3329B6. Grayscale: #C3C3C3. Windows color (decimal): -3353015 or 4839116. OLE color: 4839116.

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

Color convert

RGB 204 214 73 -
CMYK 0.05 0 0.66 0.16
HSL 64.26º 0.63% 0.56% -
HSV(B) 64.26º 0.66% 0.84% -
XYZ 50.15 61.41 15.51 -
YUV 194.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 204 214 73 0.05 0 0.66 0.16 64.26 0.63 0.56
Hex CC D6 49 5 0 42 10 40 3F 38
Octal 314 326 111 5 0 102 20 100 77 70
Binary 11001100 11010110 1001001 101 0 1000010 10000 1000000 111111 111000

Color Harmonies of #CCD649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD649

Black with #CCD649

Text Example


Text Example

White with #CCD649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD649; }

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

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

background-color css

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

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

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

border-color css

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

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

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