Html Css Color HEX #FFCD4C Kournikova

📋 copy color: '#FFCD4C'

red 255 ◦ green 205 ◦ blue 76

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

Shades of Kournikova #FFCD4C

Tints of Kournikova #FFCD4C

RGB

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

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

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

R = 47.57%
G = 38.25%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFCD4C (or 0xFFCD4C) is known color: Kournikova. HEX triplet: FF, CD and 4C. RGB value is (255,205,76). Sum of RGB (Red+Green+Blue) = 255+205+76=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD4C is #0032B3. Grayscale: #CDCDCD. Windows color (decimal): -12980 or 5033471. OLE color: 5033471.

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

Color convert

RGB 255 205 76 -
CMYK 0 0.20 0.70 0
HSL 43.24º 1% 0.65% -
HSV(B) 43.24º 0.7% 1% -
XYZ 64.38 65.44 16.08 -
YUV 205.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 255 205 76 0 0.20 0.70 0 43.24 1 0.65
Hex FF CD 4C 0 14 46 0 2B 64 41
Octal 377 315 114 0 24 106 0 53 144 101
Binary 11111111 11001101 1001100 0 10100 1000110 0 101011 1100100 1000001

Color Harmonies of #FFCD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD4C

Black with #FFCD4C

Text Example


Text Example

White with #FFCD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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