Html Css Color HEX #CCD13D Las Palmas

📋 copy color: '#CCD13D'

red 204 ◦ green 209 ◦ blue 61

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

Shades of Las Palmas #CCD13D

Tints of Las Palmas #CCD13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.87%

R = 43.04%
G = 44.09%
B = 12.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#CCD13D (or 0xCCD13D) is known color: Las Palmas. HEX triplet: CC, D1 and 3D. RGB value is (204,209,61). Sum of RGB (Red+Green+Blue) = 204+209+61=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD13D is #332EC2. Grayscale: #BFBFBF. Windows color (decimal): -3354307 or 4051404. OLE color: 4051404.

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

Color convert

RGB 204 209 61 -
CMYK 0.02 0 0.71 0.18
HSL 62.03º 0.62% 0.53% -
HSV(B) 62.03º 0.71% 0.82% -
XYZ 48.54 58.78 13.2 -
YUV 190.63 54.84 137.53 -
System Red Green Blue C M Y K H S L
Decimal 204 209 61 0.02 0 0.71 0.18 62.03 0.62 0.53
Hex CC D1 3D 2 0 47 12 3E 3E 35
Octal 314 321 75 2 0 107 22 76 76 65
Binary 11001100 11010001 111101 10 0 1000111 10010 111110 111110 110101

Color Harmonies of #CCD13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD13D

Black with #CCD13D

Text Example


Text Example

White with #CCD13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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