Html Css Color HEX #CCD23A Las Palmas

📋 copy color: '#CCD23A'

red 204 ◦ green 210 ◦ blue 58

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

Shades of Las Palmas #CCD23A

Tints of Las Palmas #CCD23A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

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

R = 43.22%
G = 44.49%
B = 12.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#CCD23A (or 0xCCD23A) is known color: Las Palmas. HEX triplet: CC, D2 and 3A. RGB value is (204,210,58). Sum of RGB (Red+Green+Blue) = 204+210+58=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD23A is #332DC5. Grayscale: #BFBFBF. Windows color (decimal): -3354054 or 3855052. OLE color: 3855052.

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

Color convert

RGB 204 210 58 -
CMYK 0.03 0 0.72 0.18
HSL 62.37º 0.63% 0.53% -
HSV(B) 62.37º 0.72% 0.82% -
XYZ 48.71 59.24 12.87 -
YUV 190.88 53.01 137.36 -
System Red Green Blue C M Y K H S L
Decimal 204 210 58 0.03 0 0.72 0.18 62.37 0.63 0.53
Hex CC D2 3A 3 0 48 12 3E 3F 35
Octal 314 322 72 3 0 110 22 76 77 65
Binary 11001100 11010010 111010 11 0 1001000 10010 111110 111111 110101

Color Harmonies of #CCD23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD23A

Black with #CCD23A

Text Example


Text Example

White with #CCD23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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