Html Css Color HEX #CCD93A Las Palmas

📋 copy color: '#CCD93A'

red 204 ◦ green 217 ◦ blue 58

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

Shades of Las Palmas #CCD93A

Tints of Las Palmas #CCD93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.3%

 BLUE value IS 58 (23.05% from 255) = 12.11%

R = 42.59%
G = 45.3%
B = 12.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#CCD93A (or 0xCCD93A) is known color: Las Palmas. HEX triplet: CC, D9 and 3A. RGB value is (204,217,58). Sum of RGB (Red+Green+Blue) = 204+217+58=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD93A is #3326C5. Grayscale: #C3C3C3. Windows color (decimal): -3352262 or 3856844. OLE color: 3856844.

HSL color Cylindrical-coordinate representation of color #CCD93A: hue angle of 64.91º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD93A is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 58 -
CMYK 0.06 0 0.73 0.15
HSL 64.91º 0.68% 0.54% -
HSV(B) 64.91º 0.73% 0.85% -
XYZ 50.48 62.77 13.46 -
YUV 194.99 50.69 134.43 -
System Red Green Blue C M Y K H S L
Decimal 204 217 58 0.06 0 0.73 0.15 64.91 0.68 0.54
Hex CC D9 3A 6 0 49 F 41 44 36
Octal 314 331 72 6 0 111 17 101 104 66
Binary 11001100 11011001 111010 110 0 1001001 1111 1000001 1000100 110110

Color Harmonies of #CCD93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD93A

Black with #CCD93A

Text Example


Text Example

White with #CCD93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD93A; }

 p { color: rgb(204,217,58); }

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

background-color css

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

 a { background-color: rgb(204,217,58); }

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

border-color css

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

 span { border-color: rgb(204,217,58); }

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