Html Css Color HEX #FFC374 Chardonnay

📋 copy color: '#FFC374'

red 255 ◦ green 195 ◦ blue 116

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

Shades of Chardonnay #FFC374

Tints of Chardonnay #FFC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.45%

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 45.05%
G = 34.45%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFC374 (or 0xFFC374) is known color: Chardonnay. HEX triplet: FF, C3 and 74. RGB value is (255,195,116). Sum of RGB (Red+Green+Blue) = 255+195+116=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC374 is #003C8B. Grayscale: #CCCCCC. Windows color (decimal): -15500 or 7652351. OLE color: 7652351.

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

Color convert

RGB 255 195 116 -
CMYK 0 0.24 0.55 0
HSL 34.1º 1% 0.73% -
HSV(B) 34.1º 0.55% 1% -
XYZ 63.91 61.55 25.04 -
YUV 203.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 255 195 116 0 0.24 0.55 0 34.1 1 0.73
Hex FF C3 74 0 18 37 0 22 64 49
Octal 377 303 164 0 30 67 0 42 144 111
Binary 11111111 11000011 1110100 0 11000 110111 0 100010 1100100 1001001

Color Harmonies of #FFC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC374

Black with #FFC374

Text Example


Text Example

White with #FFC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC374; }

 p { color: rgb(255,195,116); }

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

background-color css

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

 a { background-color: rgb(255,195,116); }

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

border-color css

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

 span { border-color: rgb(255,195,116); }

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