Html Css Color HEX #CCD33A Las Palmas

📋 copy color: '#CCD33A'

red 204 ◦ green 211 ◦ blue 58

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

Shades of Las Palmas #CCD33A

Tints of Las Palmas #CCD33A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.61%

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

R = 43.13%
G = 44.61%
B = 12.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#CCD33A (or 0xCCD33A) is known color: Las Palmas. HEX triplet: CC, D3 and 3A. RGB value is (204,211,58). Sum of RGB (Red+Green+Blue) = 204+211+58=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD33A is #332CC5. Grayscale: #C0C0C0. Windows color (decimal): -3353798 or 3855308. OLE color: 3855308.

HSL color Cylindrical-coordinate representation of color #CCD33A: hue angle of 62.75º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD33A is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 58 -
CMYK 0.03 0 0.73 0.17
HSL 62.75º 0.63% 0.53% -
HSV(B) 62.75º 0.73% 0.83% -
XYZ 48.96 59.73 12.95 -
YUV 191.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 204 211 58 0.03 0 0.73 0.17 62.75 0.63 0.53
Hex CC D3 3A 3 0 49 11 3F 3F 35
Octal 314 323 72 3 0 111 21 77 77 65
Binary 11001100 11010011 111010 11 0 1001001 10001 111111 111111 110101

Color Harmonies of #CCD33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD33A

Black with #CCD33A

Text Example


Text Example

White with #CCD33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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