Html Css Color HEX #CCDC48 Las Palmas

📋 copy color: '#CCDC48'

red 204 ◦ green 220 ◦ blue 72

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

Shades of Las Palmas #CCDC48

Tints of Las Palmas #CCDC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.52%

R = 41.13%
G = 44.35%
B = 14.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#CCDC48 (or 0xCCDC48) is known color: Las Palmas. HEX triplet: CC, DC and 48. RGB value is (204,220,72). Sum of RGB (Red+Green+Blue) = 204+220+72=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC48 is #3323B7. Grayscale: #C6C6C6. Windows color (decimal): -3351480 or 4775116. OLE color: 4775116.

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

Color convert

RGB 204 220 72 -
CMYK 0.07 0 0.67 0.14
HSL 66.49º 0.68% 0.57% -
HSV(B) 66.49º 0.67% 0.86% -
XYZ 51.66 64.49 15.86 -
YUV 198.34 56.7 132.03 -
System Red Green Blue C M Y K H S L
Decimal 204 220 72 0.07 0 0.67 0.14 66.49 0.68 0.57
Hex CC DC 48 7 0 43 E 42 44 39
Octal 314 334 110 7 0 103 16 102 104 71
Binary 11001100 11011100 1001000 111 0 1000011 1110 1000010 1000100 111001

Color Harmonies of #CCDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC48

Black with #CCDC48

Text Example


Text Example

White with #CCDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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