Html Css Color HEX #CCDC50 Las Palmas

📋 copy color: '#CCDC50'

red 204 ◦ green 220 ◦ blue 80

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

Shades of Las Palmas #CCDC50

Tints of Las Palmas #CCDC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

 BLUE value IS 80 (31.64% from 255) = 15.87%

R = 40.48%
G = 43.65%
B = 15.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#CCDC50 (or 0xCCDC50) is known color: Las Palmas. HEX triplet: CC, DC and 50. RGB value is (204,220,80). Sum of RGB (Red+Green+Blue) = 204+220+80=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC50 is #3323AF. Grayscale: #C7C7C7. Windows color (decimal): -3351472 or 5299404. OLE color: 5299404.

HSL color Cylindrical-coordinate representation of color #CCDC50: hue angle of 66.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCDC50 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 80 -
CMYK 0.07 0 0.64 0.14
HSL 66.86º 0.67% 0.59% -
HSV(B) 66.86º 0.64% 0.86% -
XYZ 51.94 64.6 17.32 -
YUV 199.26 60.7 131.38 -
System Red Green Blue C M Y K H S L
Decimal 204 220 80 0.07 0 0.64 0.14 66.86 0.67 0.59
Hex CC DC 50 7 0 40 E 43 43 3B
Octal 314 334 120 7 0 100 16 103 103 73
Binary 11001100 11011100 1010000 111 0 1000000 1110 1000011 1000011 111011

Color Harmonies of #CCDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC50

Black with #CCDC50

Text Example


Text Example

White with #CCDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC50; }

 p { color: rgb(204,220,80); }

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

background-color css

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

 a { background-color: rgb(204,220,80); }

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

border-color css

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

 span { border-color: rgb(204,220,80); }

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