Html Css Color HEX #CCDC4A Las Palmas

📋 copy color: '#CCDC4A'

red 204 ◦ green 220 ◦ blue 74

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

Shades of Las Palmas #CCDC4A

Tints of Las Palmas #CCDC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.86%

R = 40.96%
G = 44.18%
B = 14.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#CCDC4A (or 0xCCDC4A) is known color: Las Palmas. HEX triplet: CC, DC and 4A. RGB value is (204,220,74). Sum of RGB (Red+Green+Blue) = 204+220+74=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC4A is #3323B5. Grayscale: #C7C7C7. Windows color (decimal): -3351478 or 4906188. OLE color: 4906188.

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

Color convert

RGB 204 220 74 -
CMYK 0.07 0 0.66 0.14
HSL 66.58º 0.68% 0.58% -
HSV(B) 66.58º 0.66% 0.86% -
XYZ 51.73 64.52 16.21 -
YUV 198.57 57.7 131.87 -
System Red Green Blue C M Y K H S L
Decimal 204 220 74 0.07 0 0.66 0.14 66.58 0.68 0.58
Hex CC DC 4A 7 0 42 E 43 44 3A
Octal 314 334 112 7 0 102 16 103 104 72
Binary 11001100 11011100 1001010 111 0 1000010 1110 1000011 1000100 111010

Color Harmonies of #CCDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC4A

Black with #CCDC4A

Text Example


Text Example

White with #CCDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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