Html Css Color HEX #CCDC41 Las Palmas

📋 copy color: '#CCDC41'

red 204 ◦ green 220 ◦ blue 65

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

Shades of Las Palmas #CCDC41

Tints of Las Palmas #CCDC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.29%

R = 41.72%
G = 44.99%
B = 13.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#CCDC41 (or 0xCCDC41) is known color: Las Palmas. HEX triplet: CC, DC and 41. RGB value is (204,220,65). Sum of RGB (Red+Green+Blue) = 204+220+65=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC41 is #3323BE. Grayscale: #C6C6C6. Windows color (decimal): -3351487 or 4316364. OLE color: 4316364.

HSL color Cylindrical-coordinate representation of color #CCDC41: hue angle of 66.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCDC41 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 65 -
CMYK 0.07 0 0.70 0.14
HSL 66.19º 0.69% 0.56% -
HSV(B) 66.19º 0.7% 0.86% -
XYZ 51.45 64.41 14.72 -
YUV 197.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 204 220 65 0.07 0 0.70 0.14 66.19 0.69 0.56
Hex CC DC 41 7 0 46 E 42 45 38
Octal 314 334 101 7 0 106 16 102 105 70
Binary 11001100 11011100 1000001 111 0 1000110 1110 1000010 1000101 111000

Color Harmonies of #CCDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC41

Black with #CCDC41

Text Example


Text Example

White with #CCDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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