Html Css Color HEX #FFC674 Chardonnay

📋 copy color: '#FFC674'

red 255 ◦ green 198 ◦ blue 116

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

Shades of Chardonnay #FFC674

Tints of Chardonnay #FFC674

RGB

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

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

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

R = 44.82%
G = 34.8%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFC674 (or 0xFFC674) is known color: Chardonnay. HEX triplet: FF, C6 and 74. RGB value is (255,198,116). Sum of RGB (Red+Green+Blue) = 255+198+116=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC674 is #00398B. Grayscale: #CECECE. Windows color (decimal): -14732 or 7653119. OLE color: 7653119.

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

Color convert

RGB 255 198 116 -
CMYK 0 0.22 0.55 0
HSL 35.4º 1% 0.73% -
HSV(B) 35.4º 0.55% 1% -
XYZ 64.59 62.91 25.26 -
YUV 205.7 77.38 163.17 -
System Red Green Blue C M Y K H S L
Decimal 255 198 116 0 0.22 0.55 0 35.4 1 0.73
Hex FF C6 74 0 16 37 0 23 64 49
Octal 377 306 164 0 26 67 0 43 144 111
Binary 11111111 11000110 1110100 0 10110 110111 0 100011 1100100 1001001

Color Harmonies of #FFC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC674

Black with #FFC674

Text Example


Text Example

White with #FFC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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