Html Css Color HEX #CCD342 Las Palmas

📋 copy color: '#CCD342'

red 204 ◦ green 211 ◦ blue 66

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

Shades of Las Palmas #CCD342

Tints of Las Palmas #CCD342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.87%

 BLUE value IS 66 (26.17% from 255) = 13.72%

R = 42.41%
G = 43.87%
B = 13.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#CCD342 (or 0xCCD342) is known color: Las Palmas. HEX triplet: CC, D3 and 42. RGB value is (204,211,66). Sum of RGB (Red+Green+Blue) = 204+211+66=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD342 is #332CBD. Grayscale: #C0C0C0. Windows color (decimal): -3353790 or 4379596. OLE color: 4379596.

HSL color Cylindrical-coordinate representation of color #CCD342: hue angle of 62.9º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCD342 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 66 -
CMYK 0.03 0 0.69 0.17
HSL 62.9º 0.62% 0.54% -
HSV(B) 62.9º 0.69% 0.83% -
XYZ 49.18 59.82 14.11 -
YUV 192.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 204 211 66 0.03 0 0.69 0.17 62.9 0.62 0.54
Hex CC D3 42 3 0 45 11 3F 3E 36
Octal 314 323 102 3 0 105 21 77 76 66
Binary 11001100 11010011 1000010 11 0 1000101 10001 111111 111110 110110

Color Harmonies of #CCD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD342

Black with #CCD342

Text Example


Text Example

White with #CCD342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD342; }

 p { color: rgb(204,211,66); }

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

background-color css

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

 a { background-color: rgb(204,211,66); }

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

border-color css

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

 span { border-color: rgb(204,211,66); }

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