Html Css Color HEX #FFC470 Chardonnay

📋 copy color: '#FFC470'

red 255 ◦ green 196 ◦ blue 112

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

Shades of Chardonnay #FFC470

Tints of Chardonnay #FFC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.81%

 BLUE value IS 112 (44.14% from 255) = 19.89%

R = 45.29%
G = 34.81%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFC470 (or 0xFFC470) is known color: Chardonnay. HEX triplet: FF, C4 and 70. RGB value is (255,196,112). Sum of RGB (Red+Green+Blue) = 255+196+112=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC470 is #003B8F. Grayscale: #CCCCCC. Windows color (decimal): -15248 or 7390463. OLE color: 7390463.

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

Color convert

RGB 255 196 112 -
CMYK 0 0.23 0.56 0
HSL 35.24º 1% 0.72% -
HSV(B) 35.24º 0.56% 1% -
XYZ 63.9 61.91 23.91 -
YUV 204.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 255 196 112 0 0.23 0.56 0 35.24 1 0.72
Hex FF C4 70 0 17 38 0 23 64 48
Octal 377 304 160 0 27 70 0 43 144 110
Binary 11111111 11000100 1110000 0 10111 111000 0 100011 1100100 1001000

Color Harmonies of #FFC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC470

Black with #FFC470

Text Example


Text Example

White with #FFC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC470; }

 p { color: rgb(255,196,112); }

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

background-color css

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

 a { background-color: rgb(255,196,112); }

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

border-color css

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

 span { border-color: rgb(255,196,112); }

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