Html Css Color HEX #CFD949 Las Palmas

📋 copy color: '#CFD949'

red 207 ◦ green 217 ◦ blue 73

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

Shades of Las Palmas #CFD949

Tints of Las Palmas #CFD949

RGB

 RED value IS 207 (81.25% from 255) = 41.65%

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

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

R = 41.65%
G = 43.66%
B = 14.69%

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

#CFD949 (or 0xCFD949) is known color: Las Palmas. HEX triplet: CF, D9 and 49. RGB value is (207,217,73). Sum of RGB (Red+Green+Blue) = 207+217+73=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD949 is #3026B6. Grayscale: #C6C6C6. Windows color (decimal): -3155639 or 4839887. OLE color: 4839887.

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

Color convert

RGB 207 217 73 -
CMYK 0.05 0 0.66 0.15
HSL 64.17º 0.65% 0.57% -
HSV(B) 64.17º 0.66% 0.85% -
XYZ 51.75 63.37 15.81 -
YUV 197.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 207 217 73 0.05 0 0.66 0.15 64.17 0.65 0.57
Hex CF D9 49 5 0 42 F 40 41 39
Octal 317 331 111 5 0 102 17 100 101 71
Binary 11001111 11011001 1001001 101 0 1000010 1111 1000000 1000001 111001

Color Harmonies of #CFD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD949

Black with #CFD949

Text Example


Text Example

White with #CFD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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