Html Css Color HEX #CCD53D Las Palmas

📋 copy color: '#CCD53D'

red 204 ◦ green 213 ◦ blue 61

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

Shades of Las Palmas #CCD53D

Tints of Las Palmas #CCD53D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.56%

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

R = 42.68%
G = 44.56%
B = 12.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#CCD53D (or 0xCCD53D) is known color: Las Palmas. HEX triplet: CC, D5 and 3D. RGB value is (204,213,61). Sum of RGB (Red+Green+Blue) = 204+213+61=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD53D is #332AC2. Grayscale: #C1C1C1. Windows color (decimal): -3353283 or 4052428. OLE color: 4052428.

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

Color convert

RGB 204 213 61 -
CMYK 0.04 0 0.71 0.16
HSL 63.55º 0.64% 0.54% -
HSV(B) 63.55º 0.71% 0.84% -
XYZ 49.54 60.76 13.53 -
YUV 192.98 53.52 135.86 -
System Red Green Blue C M Y K H S L
Decimal 204 213 61 0.04 0 0.71 0.16 63.55 0.64 0.54
Hex CC D5 3D 4 0 47 10 40 40 36
Octal 314 325 75 4 0 107 20 100 100 66
Binary 11001100 11010101 111101 100 0 1000111 10000 1000000 1000000 110110

Color Harmonies of #CCD53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD53D

Black with #CCD53D

Text Example


Text Example

White with #CCD53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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