Html Css Color HEX #FFCD5D Kournikova

📋 copy color: '#FFCD5D'

red 255 ◦ green 205 ◦ blue 93

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

Shades of Kournikova #FFCD5D

Tints of Kournikova #FFCD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.07%

 BLUE value IS 93 (36.72% from 255) = 16.82%

R = 46.11%
G = 37.07%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFCD5D (or 0xFFCD5D) is known color: Kournikova. HEX triplet: FF, CD and 5D. RGB value is (255,205,93). Sum of RGB (Red+Green+Blue) = 255+205+93=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD5D is #0032A2. Grayscale: #CFCFCF. Windows color (decimal): -12963 or 6147583. OLE color: 6147583.

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

Color convert

RGB 255 205 93 -
CMYK 0 0.20 0.64 0
HSL 41.48º 1% 0.68% -
HSV(B) 41.48º 0.64% 1% -
XYZ 65.05 65.71 19.61 -
YUV 207.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 255 205 93 0 0.20 0.64 0 41.48 1 0.68
Hex FF CD 5D 0 14 40 0 29 64 44
Octal 377 315 135 0 24 100 0 51 144 104
Binary 11111111 11001101 1011101 0 10100 1000000 0 101001 1100100 1000100

Color Harmonies of #FFCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD5D

Black with #FFCD5D

Text Example


Text Example

White with #FFCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD5D; }

 p { color: rgb(255,205,93); }

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

background-color css

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

 a { background-color: rgb(255,205,93); }

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

border-color css

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

 span { border-color: rgb(255,205,93); }

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