Html Css Color HEX #CED949 Las Palmas

📋 copy color: '#CED949'

red 206 ◦ green 217 ◦ blue 73

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

Shades of Las Palmas #CED949

Tints of Las Palmas #CED949

RGB

 RED value IS 206 (80.86% from 255) = 41.53%

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

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

R = 41.53%
G = 43.75%
B = 14.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#CED949 (or 0xCED949) is known color: Las Palmas. HEX triplet: CE, D9 and 49. RGB value is (206,217,73). Sum of RGB (Red+Green+Blue) = 206+217+73=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #CED949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED949 is #3126B6. Grayscale: #C5C5C5. Windows color (decimal): -3221175 or 4839886. OLE color: 4839886.

HSL color Cylindrical-coordinate representation of color #CED949: hue angle of 64.58º 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 #CED949 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 73 -
CMYK 0.05 0 0.66 0.15
HSL 64.58º 0.65% 0.57% -
HSV(B) 64.58º 0.66% 0.85% -
XYZ 51.47 63.23 15.79 -
YUV 197.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 206 217 73 0.05 0 0.66 0.15 64.58 0.65 0.57
Hex CE D9 49 5 0 42 F 41 41 39
Octal 316 331 111 5 0 102 17 101 101 71
Binary 11001110 11011001 1001001 101 0 1000010 1111 1000001 1000001 111001

Color Harmonies of #CED949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED949

Black with #CED949

Text Example


Text Example

White with #CED949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED949; }

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

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

background-color css

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

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

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

border-color css

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

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

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