Html Css Color HEX #CCD749 Las Palmas

📋 copy color: '#CCD749'

red 204 ◦ green 215 ◦ blue 73

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

Shades of Las Palmas #CCD749

Tints of Las Palmas #CCD749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.7%

 BLUE value IS 73 (28.91% from 255) = 14.84%

R = 41.46%
G = 43.7%
B = 14.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CCD749 (or 0xCCD749) is known color: Las Palmas. HEX triplet: CC, D7 and 49. RGB value is (204,215,73). Sum of RGB (Red+Green+Blue) = 204+215+73=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD749 is #3328B6. Grayscale: #C4C4C4. Windows color (decimal): -3352759 or 4839372. OLE color: 4839372.

HSL color Cylindrical-coordinate representation of color #CCD749: hue angle of 64.65º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCD749 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 73 -
CMYK 0.05 0 0.66 0.16
HSL 64.65º 0.64% 0.56% -
HSV(B) 64.65º 0.66% 0.84% -
XYZ 50.4 61.92 15.6 -
YUV 195.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 204 215 73 0.05 0 0.66 0.16 64.65 0.64 0.56
Hex CC D7 49 5 0 42 10 41 40 38
Octal 314 327 111 5 0 102 20 101 100 70
Binary 11001100 11010111 1001001 101 0 1000010 10000 1000001 1000000 111000

Color Harmonies of #CCD749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD749

Black with #CCD749

Text Example


Text Example

White with #CCD749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD749; }

 p { color: rgb(204,215,73); }

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

background-color css

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

 a { background-color: rgb(204,215,73); }

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

border-color css

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

 span { border-color: rgb(204,215,73); }

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