Html Css Color HEX #FFD34C Kournikova

📋 copy color: '#FFD34C'

red 255 ◦ green 211 ◦ blue 76

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

Shades of Kournikova #FFD34C

Tints of Kournikova #FFD34C

RGB

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

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

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

R = 47.05%
G = 38.93%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFD34C (or 0xFFD34C) is known color: Kournikova. HEX triplet: FF, D3 and 4C. RGB value is (255,211,76). Sum of RGB (Red+Green+Blue) = 255+211+76=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 76 (30.08% from 255 or 14.02% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD34C is #002CB3. Grayscale: #D1D1D1. Windows color (decimal): -11444 or 5035007. OLE color: 5035007.

HSL color Cylindrical-coordinate representation of color #FFD34C: hue angle of 45.25º 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 #FFD34C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 211 76 -
CMYK 0 0.17 0.70 0
HSL 45.25º 1% 0.65% -
HSV(B) 45.25º 0.7% 1% -
XYZ 65.84 68.37 16.56 -
YUV 208.77 53.08 160.98 -
System Red Green Blue C M Y K H S L
Decimal 255 211 76 0 0.17 0.70 0 45.25 1 0.65
Hex FF D3 4C 0 11 46 0 2D 64 41
Octal 377 323 114 0 21 106 0 55 144 101
Binary 11111111 11010011 1001100 0 10001 1000110 0 101101 1100100 1000001

Color Harmonies of #FFD34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD34C

Black with #FFD34C

Text Example


Text Example

White with #FFD34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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