Html Css Color HEX #FFD34E Kournikova

📋 copy color: '#FFD34E'

red 255 ◦ green 211 ◦ blue 78

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

Shades of Kournikova #FFD34E

Tints of Kournikova #FFD34E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.79%

 BLUE value IS 78 (30.86% from 255) = 14.34%

R = 46.88%
G = 38.79%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFD34E (or 0xFFD34E) is known color: Kournikova. HEX triplet: FF, D3 and 4E. RGB value is (255,211,78). Sum of RGB (Red+Green+Blue) = 255+211+78=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 78 (30.86% from 255 or 14.34% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD34E is #002CB1. Grayscale: #D1D1D1. Windows color (decimal): -11442 or 5166079. OLE color: 5166079.

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

Color convert

RGB 255 211 78 -
CMYK 0 0.17 0.69 0
HSL 45.08º 1% 0.65% -
HSV(B) 45.08º 0.69% 1% -
XYZ 65.91 68.4 16.94 -
YUV 208.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 255 211 78 0 0.17 0.69 0 45.08 1 0.65
Hex FF D3 4E 0 11 45 0 2D 64 41
Octal 377 323 116 0 21 105 0 55 144 101
Binary 11111111 11010011 1001110 0 10001 1000101 0 101101 1100100 1000001

Color Harmonies of #FFD34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD34E

Black with #FFD34E

Text Example


Text Example

White with #FFD34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD34E; }

 p { color: rgb(255,211,78); }

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

background-color css

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

 a { background-color: rgb(255,211,78); }

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

border-color css

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

 span { border-color: rgb(255,211,78); }

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