Html Css Color HEX #CCD341 Las Palmas

📋 copy color: '#CCD341'

red 204 ◦ green 211 ◦ blue 65

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

Shades of Las Palmas #CCD341

Tints of Las Palmas #CCD341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.54%

R = 42.5%
G = 43.96%
B = 13.54%

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

#CCD341 (or 0xCCD341) is known color: Las Palmas. HEX triplet: CC, D3 and 41. RGB value is (204,211,65). Sum of RGB (Red+Green+Blue) = 204+211+65=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD341 is #332CBE. Grayscale: #C0C0C0. Windows color (decimal): -3353791 or 4314060. OLE color: 4314060.

HSL color Cylindrical-coordinate representation of color #CCD341: hue angle of 62.88º 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 #CCD341 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 65 -
CMYK 0.03 0 0.69 0.17
HSL 62.88º 0.62% 0.54% -
HSV(B) 62.88º 0.69% 0.83% -
XYZ 49.15 59.81 13.95 -
YUV 192.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 204 211 65 0.03 0 0.69 0.17 62.88 0.62 0.54
Hex CC D3 41 3 0 45 11 3F 3E 36
Octal 314 323 101 3 0 105 21 77 76 66
Binary 11001100 11010011 1000001 11 0 1000101 10001 111111 111110 110110

Color Harmonies of #CCD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD341

Black with #CCD341

Text Example


Text Example

White with #CCD341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD341; }

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

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

background-color css

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

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

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

border-color css

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

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

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