Html Css Color HEX #CCD841 Las Palmas

📋 copy color: '#CCD841'

red 204 ◦ green 216 ◦ blue 65

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

Shades of Las Palmas #CCD841

Tints of Las Palmas #CCD841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.54%

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

R = 42.06%
G = 44.54%
B = 13.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#CCD841 (or 0xCCD841) is known color: Las Palmas. HEX triplet: CC, D8 and 41. RGB value is (204,216,65). Sum of RGB (Red+Green+Blue) = 204+216+65=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD841 is #3327BE. Grayscale: #C3C3C3. Windows color (decimal): -3352511 or 4315340. OLE color: 4315340.

HSL color Cylindrical-coordinate representation of color #CCD841: hue angle of 64.77º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD841 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 65 -
CMYK 0.06 0 0.70 0.15
HSL 64.77º 0.66% 0.55% -
HSV(B) 64.77º 0.7% 0.85% -
XYZ 50.41 62.33 14.38 -
YUV 195.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 204 216 65 0.06 0 0.70 0.15 64.77 0.66 0.55
Hex CC D8 41 6 0 46 F 41 42 37
Octal 314 330 101 6 0 106 17 101 102 67
Binary 11001100 11011000 1000001 110 0 1000110 1111 1000001 1000010 110111

Color Harmonies of #CCD841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD841

Black with #CCD841

Text Example


Text Example

White with #CCD841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD841; }

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

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

background-color css

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

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

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

border-color css

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

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

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