Html Css Color HEX #CCD73A Las Palmas

📋 copy color: '#CCD73A'

red 204 ◦ green 215 ◦ blue 58

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

Shades of Las Palmas #CCD73A

Tints of Las Palmas #CCD73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.07%

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

R = 42.77%
G = 45.07%
B = 12.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#CCD73A (or 0xCCD73A) is known color: Las Palmas. HEX triplet: CC, D7 and 3A. RGB value is (204,215,58). Sum of RGB (Red+Green+Blue) = 204+215+58=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD73A is #3328C5. Grayscale: #C2C2C2. Windows color (decimal): -3352774 or 3856332. OLE color: 3856332.

HSL color Cylindrical-coordinate representation of color #CCD73A: hue angle of 64.2º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD73A is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 58 -
CMYK 0.05 0 0.73 0.16
HSL 64.2º 0.66% 0.54% -
HSV(B) 64.2º 0.73% 0.84% -
XYZ 49.97 61.74 13.29 -
YUV 193.81 51.36 135.27 -
System Red Green Blue C M Y K H S L
Decimal 204 215 58 0.05 0 0.73 0.16 64.2 0.66 0.54
Hex CC D7 3A 5 0 49 10 40 42 36
Octal 314 327 72 5 0 111 20 100 102 66
Binary 11001100 11010111 111010 101 0 1001001 10000 1000000 1000010 110110

Color Harmonies of #CCD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD73A

Black with #CCD73A

Text Example


Text Example

White with #CCD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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