Html Css Color HEX #CCDD47 Las Palmas

📋 copy color: '#CCDD47'

red 204 ◦ green 221 ◦ blue 71

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

Shades of Las Palmas #CCDD47

Tints of Las Palmas #CCDD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.31%

R = 41.13%
G = 44.56%
B = 14.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#CCDD47 (or 0xCCDD47) is known color: Las Palmas. HEX triplet: CC, DD and 47. RGB value is (204,221,71). Sum of RGB (Red+Green+Blue) = 204+221+71=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD47 is #3322B8. Grayscale: #C7C7C7. Windows color (decimal): -3351225 or 4709836. OLE color: 4709836.

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

Color convert

RGB 204 221 71 -
CMYK 0.08 0 0.68 0.13
HSL 66.8º 0.69% 0.57% -
HSV(B) 66.8º 0.68% 0.87% -
XYZ 51.9 65.01 15.77 -
YUV 198.82 55.87 131.7 -
System Red Green Blue C M Y K H S L
Decimal 204 221 71 0.08 0 0.68 0.13 66.8 0.69 0.57
Hex CC DD 47 8 0 44 D 43 45 39
Octal 314 335 107 10 0 104 15 103 105 71
Binary 11001100 11011101 1000111 1000 0 1000100 1101 1000011 1000101 111001

Color Harmonies of #CCDD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD47

Black with #CCDD47

Text Example


Text Example

White with #CCDD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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