Html Css Color HEX #CCDA48 Las Palmas

📋 copy color: '#CCDA48'

red 204 ◦ green 218 ◦ blue 72

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

Shades of Las Palmas #CCDA48

Tints of Las Palmas #CCDA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

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

R = 41.3%
G = 44.13%
B = 14.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#CCDA48 (or 0xCCDA48) is known color: Las Palmas. HEX triplet: CC, DA and 48. RGB value is (204,218,72). Sum of RGB (Red+Green+Blue) = 204+218+72=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA48 is #3325B7. Grayscale: #C5C5C5. Windows color (decimal): -3351992 or 4774604. OLE color: 4774604.

HSL color Cylindrical-coordinate representation of color #CCDA48: hue angle of 65.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCDA48 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 72 -
CMYK 0.06 0 0.67 0.15
HSL 65.75º 0.66% 0.57% -
HSV(B) 65.75º 0.67% 0.85% -
XYZ 51.14 63.45 15.68 -
YUV 197.17 57.36 132.87 -
System Red Green Blue C M Y K H S L
Decimal 204 218 72 0.06 0 0.67 0.15 65.75 0.66 0.57
Hex CC DA 48 6 0 43 F 42 42 39
Octal 314 332 110 6 0 103 17 102 102 71
Binary 11001100 11011010 1001000 110 0 1000011 1111 1000010 1000010 111001

Color Harmonies of #CCDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA48

Black with #CCDA48

Text Example


Text Example

White with #CCDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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