Html Css Color HEX #FFC378 Chardonnay

📋 copy color: '#FFC378'

red 255 ◦ green 195 ◦ blue 120

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

Shades of Chardonnay #FFC378

Tints of Chardonnay #FFC378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.05%

R = 44.74%
G = 34.21%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFC378 (or 0xFFC378) is known color: Chardonnay. HEX triplet: FF, C3 and 78. RGB value is (255,195,120). Sum of RGB (Red+Green+Blue) = 255+195+120=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC378 is #003C87. Grayscale: #CCCCCC. Windows color (decimal): -15496 or 7914495. OLE color: 7914495.

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

Color convert

RGB 255 195 120 -
CMYK 0 0.24 0.53 0
HSL 33.33º 1% 0.74% -
HSV(B) 33.33º 0.53% 1% -
XYZ 64.15 61.65 26.29 -
YUV 204.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 255 195 120 0 0.24 0.53 0 33.33 1 0.74
Hex FF C3 78 0 18 35 0 21 64 4A
Octal 377 303 170 0 30 65 0 41 144 112
Binary 11111111 11000011 1111000 0 11000 110101 0 100001 1100100 1001010

Color Harmonies of #FFC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC378

Black with #FFC378

Text Example


Text Example

White with #FFC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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