Html Css Color HEX #FFD14C Kournikova

📋 copy color: '#FFD14C'

red 255 ◦ green 209 ◦ blue 76

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

Shades of Kournikova #FFD14C

Tints of Kournikova #FFD14C

RGB

 RED value IS 255 (100% from 255) = 47.22%

 GREEN value IS 209 (82.03% from 255) = 38.7%

 BLUE value IS 76 (30.08% from 255) = 14.07%

R = 47.22%
G = 38.7%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFD14C (or 0xFFD14C) is known color: Kournikova. HEX triplet: FF, D1 and 4C. RGB value is (255,209,76). Sum of RGB (Red+Green+Blue) = 255+209+76=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD14C is #002EB3. Grayscale: #D0D0D0. Windows color (decimal): -11956 or 5034495. OLE color: 5034495.

HSL color Cylindrical-coordinate representation of color #FFD14C: hue angle of 44.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFD14C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 209 76 -
CMYK 0 0.18 0.70 0
HSL 44.58º 1% 0.65% -
HSV(B) 44.58º 0.7% 1% -
XYZ 65.34 67.38 16.4 -
YUV 207.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 255 209 76 0 0.18 0.70 0 44.58 1 0.65
Hex FF D1 4C 0 12 46 0 2D 64 41
Octal 377 321 114 0 22 106 0 55 144 101
Binary 11111111 11010001 1001100 0 10010 1000110 0 101101 1100100 1000001

Color Harmonies of #FFD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD14C

Black with #FFD14C

Text Example


Text Example

White with #FFD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD14C; }

 p { color: rgb(255,209,76); }

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

background-color css

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

 a { background-color: rgb(255,209,76); }

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

border-color css

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

 span { border-color: rgb(255,209,76); }

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