Html Css Color HEX #CCDD49 Las Palmas

📋 copy color: '#CCDD49'

red 204 ◦ green 221 ◦ blue 73

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

Shades of Las Palmas #CCDD49

Tints of Las Palmas #CCDD49

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

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

R = 40.96%
G = 44.38%
B = 14.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#CCDD49 (or 0xCCDD49) is known color: Las Palmas. HEX triplet: CC, DD and 49. RGB value is (204,221,73). Sum of RGB (Red+Green+Blue) = 204+221+73=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD49 is #3322B6. Grayscale: #C7C7C7. Windows color (decimal): -3351223 or 4840908. OLE color: 4840908.

HSL color Cylindrical-coordinate representation of color #CCDD49: hue angle of 66.89º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCDD49 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 73 -
CMYK 0.08 0 0.67 0.13
HSL 66.89º 0.69% 0.58% -
HSV(B) 66.89º 0.67% 0.87% -
XYZ 51.96 65.03 16.12 -
YUV 199.05 56.87 131.53 -
System Red Green Blue C M Y K H S L
Decimal 204 221 73 0.08 0 0.67 0.13 66.89 0.69 0.58
Hex CC DD 49 8 0 43 D 43 45 3A
Octal 314 335 111 10 0 103 15 103 105 72
Binary 11001100 11011101 1001001 1000 0 1000011 1101 1000011 1000101 111010

Color Harmonies of #CCDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD49

Black with #CCDD49

Text Example


Text Example

White with #CCDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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