Html Css Color HEX #FFC670 Chardonnay

📋 copy color: '#FFC670'

red 255 ◦ green 198 ◦ blue 112

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

Shades of Chardonnay #FFC670

Tints of Chardonnay #FFC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

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

R = 45.13%
G = 35.04%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFC670 (or 0xFFC670) is known color: Chardonnay. HEX triplet: FF, C6 and 70. RGB value is (255,198,112). Sum of RGB (Red+Green+Blue) = 255+198+112=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC670 is #00398F. Grayscale: #CDCDCD. Windows color (decimal): -14736 or 7390975. OLE color: 7390975.

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

Color convert

RGB 255 198 112 -
CMYK 0 0.22 0.56 0
HSL 36.08º 1% 0.72% -
HSV(B) 36.08º 0.56% 1% -
XYZ 64.36 62.82 24.06 -
YUV 205.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 255 198 112 0 0.22 0.56 0 36.08 1 0.72
Hex FF C6 70 0 16 38 0 24 64 48
Octal 377 306 160 0 26 70 0 44 144 110
Binary 11111111 11000110 1110000 0 10110 111000 0 100100 1100100 1001000

Color Harmonies of #FFC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC670

Black with #FFC670

Text Example


Text Example

White with #FFC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC670; }

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

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

background-color css

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

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

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

border-color css

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

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

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