Html Css Color HEX #FFCD4B Kournikova

📋 copy color: '#FFCD4B'

red 255 ◦ green 205 ◦ blue 75

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

Shades of Kournikova #FFCD4B

Tints of Kournikova #FFCD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.02%

R = 47.66%
G = 38.32%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFCD4B (or 0xFFCD4B) is known color: Kournikova. HEX triplet: FF, CD and 4B. RGB value is (255,205,75). Sum of RGB (Red+Green+Blue) = 255+205+75=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD4B is #0032B4. Grayscale: #CDCDCD. Windows color (decimal): -12981 or 4967935. OLE color: 4967935.

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

Color convert

RGB 255 205 75 -
CMYK 0 0.20 0.71 0
HSL 43.33º 1% 0.65% -
HSV(B) 43.33º 0.71% 1% -
XYZ 64.34 65.43 15.89 -
YUV 205.13 54.57 163.57 -
System Red Green Blue C M Y K H S L
Decimal 255 205 75 0 0.20 0.71 0 43.33 1 0.65
Hex FF CD 4B 0 14 47 0 2B 64 41
Octal 377 315 113 0 24 107 0 53 144 101
Binary 11111111 11001101 1001011 0 10100 1000111 0 101011 1100100 1000001

Color Harmonies of #FFCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD4B

Black with #FFCD4B

Text Example


Text Example

White with #FFCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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