Html Css Color HEX #CCD13A Las Palmas

📋 copy color: '#CCD13A'

red 204 ◦ green 209 ◦ blue 58

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

Shades of Las Palmas #CCD13A

Tints of Las Palmas #CCD13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.37%

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

R = 43.31%
G = 44.37%
B = 12.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#CCD13A (or 0xCCD13A) is known color: Las Palmas. HEX triplet: CC, D1 and 3A. RGB value is (204,209,58). Sum of RGB (Red+Green+Blue) = 204+209+58=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD13A is #332EC5. Grayscale: #BEBEBE. Windows color (decimal): -3354310 or 3854796. OLE color: 3854796.

HSL color Cylindrical-coordinate representation of color #CCD13A: hue angle of 61.99º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCD13A is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 58 -
CMYK 0.02 0 0.72 0.18
HSL 61.99º 0.62% 0.52% -
HSV(B) 61.99º 0.72% 0.82% -
XYZ 48.47 58.74 12.79 -
YUV 190.29 53.34 137.78 -
System Red Green Blue C M Y K H S L
Decimal 204 209 58 0.02 0 0.72 0.18 61.99 0.62 0.52
Hex CC D1 3A 2 0 48 12 3E 3E 34
Octal 314 321 72 2 0 110 22 76 76 64
Binary 11001100 11010001 111010 10 0 1001000 10010 111110 111110 110100

Color Harmonies of #CCD13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD13A

Black with #CCD13A

Text Example


Text Example

White with #CCD13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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