Html Css Color HEX #CCD63A Las Palmas

📋 copy color: '#CCD63A'

red 204 ◦ green 214 ◦ blue 58

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

Shades of Las Palmas #CCD63A

Tints of Las Palmas #CCD63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

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

R = 42.86%
G = 44.96%
B = 12.18%

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

#CCD63A (or 0xCCD63A) is known color: Las Palmas. HEX triplet: CC, D6 and 3A. RGB value is (204,214,58). Sum of RGB (Red+Green+Blue) = 204+214+58=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD63A is #3329C5. Grayscale: #C1C1C1. Windows color (decimal): -3353030 or 3856076. OLE color: 3856076.

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

Color convert

RGB 204 214 58 -
CMYK 0.05 0 0.73 0.16
HSL 63.85º 0.66% 0.53% -
HSV(B) 63.85º 0.73% 0.84% -
XYZ 49.71 61.24 13.2 -
YUV 193.23 51.69 135.68 -
System Red Green Blue C M Y K H S L
Decimal 204 214 58 0.05 0 0.73 0.16 63.85 0.66 0.53
Hex CC D6 3A 5 0 49 10 40 42 35
Octal 314 326 72 5 0 111 20 100 102 65
Binary 11001100 11010110 111010 101 0 1001001 10000 1000000 1000010 110101

Color Harmonies of #CCD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD63A

Black with #CCD63A

Text Example


Text Example

White with #CCD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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