Html Css Color HEX #FFCB7D Chardonnay

📋 copy color: '#FFCB7D'

red 255 ◦ green 203 ◦ blue 125

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

Shades of Chardonnay #FFCB7D

Tints of Chardonnay #FFCB7D

RGB

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

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

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

R = 43.74%
G = 34.82%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFCB7D (or 0xFFCB7D) is known color: Chardonnay. HEX triplet: FF, CB and 7D. RGB value is (255,203,125). Sum of RGB (Red+Green+Blue) = 255+203+125=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB7D is #003482. Grayscale: #D2D2D2. Windows color (decimal): -13443 or 8244223. OLE color: 8244223.

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

Color convert

RGB 255 203 125 -
CMYK 0 0.20 0.51 0
HSL 36º 1% 0.75% -
HSV(B) 36º 0.51% 1% -
XYZ 66.3 65.45 28.54 -
YUV 209.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 255 203 125 0 0.20 0.51 0 36 1 0.75
Hex FF CB 7D 0 14 33 0 24 64 4B
Octal 377 313 175 0 24 63 0 44 144 113
Binary 11111111 11001011 1111101 0 10100 110011 0 100100 1100100 1001011

Color Harmonies of #FFCB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB7D

Black with #FFCB7D

Text Example


Text Example

White with #FFCB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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