Html Css Color HEX #CCDC4D Las Palmas

📋 copy color: '#CCDC4D'

red 204 ◦ green 220 ◦ blue 77

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

Shades of Las Palmas #CCDC4D

Tints of Las Palmas #CCDC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.37%

R = 40.72%
G = 43.91%
B = 15.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#CCDC4D (or 0xCCDC4D) is known color: Las Palmas. HEX triplet: CC, DC and 4D. RGB value is (204,220,77). Sum of RGB (Red+Green+Blue) = 204+220+77=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC4D is #3323B2. Grayscale: #C7C7C7. Windows color (decimal): -3351475 or 5102796. OLE color: 5102796.

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

Color convert

RGB 204 220 77 -
CMYK 0.07 0 0.65 0.14
HSL 66.71º 0.67% 0.58% -
HSV(B) 66.71º 0.65% 0.86% -
XYZ 51.83 64.56 16.75 -
YUV 198.91 59.2 131.63 -
System Red Green Blue C M Y K H S L
Decimal 204 220 77 0.07 0 0.65 0.14 66.71 0.67 0.58
Hex CC DC 4D 7 0 41 E 43 43 3A
Octal 314 334 115 7 0 101 16 103 103 72
Binary 11001100 11011100 1001101 111 0 1000001 1110 1000011 1000011 111010

Color Harmonies of #CCDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC4D

Black with #CCDC4D

Text Example


Text Example

White with #CCDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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