Html Css Color HEX #FFCE7D Chardonnay

📋 copy color: '#FFCE7D'

red 255 ◦ green 206 ◦ blue 125

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

Shades of Chardonnay #FFCE7D

Tints of Chardonnay #FFCE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.15%

 BLUE value IS 125 (49.22% from 255) = 21.33%

R = 43.52%
G = 35.15%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFCE7D (or 0xFFCE7D) is known color: Chardonnay. HEX triplet: FF, CE and 7D. RGB value is (255,206,125). Sum of RGB (Red+Green+Blue) = 255+206+125=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE7D is #003182. Grayscale: #D3D3D3. Windows color (decimal): -12675 or 8244991. OLE color: 8244991.

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

Color convert

RGB 255 206 125 -
CMYK 0 0.19 0.51 0
HSL 37.38º 1% 0.75% -
HSV(B) 37.38º 0.51% 1% -
XYZ 67.01 66.88 28.78 -
YUV 211.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 255 206 125 0 0.19 0.51 0 37.38 1 0.75
Hex FF CE 7D 0 13 33 0 25 64 4B
Octal 377 316 175 0 23 63 0 45 144 113
Binary 11111111 11001110 1111101 0 10011 110011 0 100101 1100100 1001011

Color Harmonies of #FFCE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE7D

Black with #FFCE7D

Text Example


Text Example

White with #FFCE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE7D; }

 p { color: rgb(255,206,125); }

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

background-color css

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

 a { background-color: rgb(255,206,125); }

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

border-color css

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

 span { border-color: rgb(255,206,125); }

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