Html Css Color HEX #FFCB7F Chardonnay

📋 copy color: '#FFCB7F'

red 255 ◦ green 203 ◦ blue 127

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

Shades of Chardonnay #FFCB7F

Tints of Chardonnay #FFCB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

 BLUE value IS 127 (50% from 255) = 21.71%

R = 43.59%
G = 34.7%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFCB7F (or 0xFFCB7F) is known color: Chardonnay. HEX triplet: FF, CB and 7F. RGB value is (255,203,127). Sum of RGB (Red+Green+Blue) = 255+203+127=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB7F is #003480. Grayscale: #D2D2D2. Windows color (decimal): -13441 or 8375295. OLE color: 8375295.

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

Color convert

RGB 255 203 127 -
CMYK 0 0.20 0.50 0
HSL 35.63º 1% 0.75% -
HSV(B) 35.63º 0.5% 1% -
XYZ 66.43 65.5 29.22 -
YUV 209.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 255 203 127 0 0.20 0.50 0 35.63 1 0.75
Hex FF CB 7F 0 14 32 0 24 64 4B
Octal 377 313 177 0 24 62 0 44 144 113
Binary 11111111 11001011 1111111 0 10100 110010 0 100100 1100100 1001011

Color Harmonies of #FFCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB7F

Black with #FFCB7F

Text Example


Text Example

White with #FFCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB7F; }

 p { color: rgb(255,203,127); }

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

background-color css

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

 a { background-color: rgb(255,203,127); }

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

border-color css

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

 span { border-color: rgb(255,203,127); }

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