Html Css Color HEX #FFD344 Kournikova

📋 copy color: '#FFD344'

red 255 ◦ green 211 ◦ blue 68

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

Shades of Kournikova #FFD344

Tints of Kournikova #FFD344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.73%

R = 47.75%
G = 39.51%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFD344 (or 0xFFD344) is known color: Kournikova. HEX triplet: FF, D3 and 44. RGB value is (255,211,68). Sum of RGB (Red+Green+Blue) = 255+211+68=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 68 (26.95% from 255 or 12.73% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD344 is #002CBB. Grayscale: #D0D0D0. Windows color (decimal): -11452 or 4510719. OLE color: 4510719.

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

Color convert

RGB 255 211 68 -
CMYK 0 0.17 0.73 0
HSL 45.88º 1% 0.63% -
HSV(B) 45.88º 0.73% 1% -
XYZ 65.58 68.27 15.19 -
YUV 207.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 255 211 68 0 0.17 0.73 0 45.88 1 0.63
Hex FF D3 44 0 11 49 0 2E 64 3F
Octal 377 323 104 0 21 111 0 56 144 77
Binary 11111111 11010011 1000100 0 10001 1001001 0 101110 1100100 111111

Color Harmonies of #FFD344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD344

Black with #FFD344

Text Example


Text Example

White with #FFD344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD344; }

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

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

background-color css

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

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

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

border-color css

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

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

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