Html Css Color HEX #CCD03A Las Palmas

📋 copy color: '#CCD03A'

red 204 ◦ green 208 ◦ blue 58

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

Shades of Las Palmas #CCD03A

Tints of Las Palmas #CCD03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.26%

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

R = 43.4%
G = 44.26%
B = 12.34%

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

#CCD03A (or 0xCCD03A) is known color: Las Palmas. HEX triplet: CC, D0 and 3A. RGB value is (204,208,58). Sum of RGB (Red+Green+Blue) = 204+208+58=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD03A is #332FC5. Grayscale: #BEBEBE. Windows color (decimal): -3354566 or 3854540. OLE color: 3854540.

HSL color Cylindrical-coordinate representation of color #CCD03A: hue angle of 61.6º degrees, saturation: 0.61, 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 #CCD03A is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 58 -
CMYK 0.02 0 0.72 0.18
HSL 61.6º 0.61% 0.52% -
HSV(B) 61.6º 0.72% 0.82% -
XYZ 48.22 58.25 12.71 -
YUV 189.7 53.67 138.2 -
System Red Green Blue C M Y K H S L
Decimal 204 208 58 0.02 0 0.72 0.18 61.6 0.61 0.52
Hex CC D0 3A 2 0 48 12 3E 3D 34
Octal 314 320 72 2 0 110 22 76 75 64
Binary 11001100 11010000 111010 10 0 1001000 10010 111110 111101 110100

Color Harmonies of #CCD03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD03A

Black with #CCD03A

Text Example


Text Example

White with #CCD03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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