Html Css Color HEX #CCD346 Las Palmas

📋 copy color: '#CCD346'

red 204 ◦ green 211 ◦ blue 70

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

Shades of Las Palmas #CCD346

Tints of Las Palmas #CCD346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.43%

R = 42.06%
G = 43.51%
B = 14.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#CCD346 (or 0xCCD346) is known color: Las Palmas. HEX triplet: CC, D3 and 46. RGB value is (204,211,70). Sum of RGB (Red+Green+Blue) = 204+211+70=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD346 is #332CB9. Grayscale: #C1C1C1. Windows color (decimal): -3353786 or 4641740. OLE color: 4641740.

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

Color convert

RGB 204 211 70 -
CMYK 0.03 0 0.67 0.17
HSL 62.98º 0.62% 0.55% -
HSV(B) 62.98º 0.67% 0.83% -
XYZ 49.3 59.87 14.75 -
YUV 192.83 58.68 135.96 -
System Red Green Blue C M Y K H S L
Decimal 204 211 70 0.03 0 0.67 0.17 62.98 0.62 0.55
Hex CC D3 46 3 0 43 11 3F 3E 37
Octal 314 323 106 3 0 103 21 77 76 67
Binary 11001100 11010011 1000110 11 0 1000011 10001 111111 111110 110111

Color Harmonies of #CCD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD346

Black with #CCD346

Text Example


Text Example

White with #CCD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD346; }

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

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

background-color css

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

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

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

border-color css

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

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

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