Html Css Color HEX #CCD949 Las Palmas

📋 copy color: '#CCD949'

red 204 ◦ green 217 ◦ blue 73

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

Shades of Las Palmas #CCD949

Tints of Las Palmas #CCD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.93%

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

R = 41.3%
G = 43.93%
B = 14.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#CCD949 (or 0xCCD949) is known color: Las Palmas. HEX triplet: CC, D9 and 49. RGB value is (204,217,73). Sum of RGB (Red+Green+Blue) = 204+217+73=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD949 is #3326B6. Grayscale: #C5C5C5. Windows color (decimal): -3352247 or 4839884. OLE color: 4839884.

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

Color convert

RGB 204 217 73 -
CMYK 0.06 0 0.66 0.15
HSL 65.42º 0.65% 0.57% -
HSV(B) 65.42º 0.66% 0.85% -
XYZ 50.92 62.94 15.77 -
YUV 196.7 58.19 133.21 -
System Red Green Blue C M Y K H S L
Decimal 204 217 73 0.06 0 0.66 0.15 65.42 0.65 0.57
Hex CC D9 49 6 0 42 F 41 41 39
Octal 314 331 111 6 0 102 17 101 101 71
Binary 11001100 11011001 1001001 110 0 1000010 1111 1000001 1000001 111001

Color Harmonies of #CCD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD949

Black with #CCD949

Text Example


Text Example

White with #CCD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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