Html Css Color HEX #FFCC7D Chardonnay

📋 copy color: '#FFCC7D'

red 255 ◦ green 204 ◦ blue 125

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

Shades of Chardonnay #FFCC7D

Tints of Chardonnay #FFCC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.93%

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

R = 43.66%
G = 34.93%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFCC7D (or 0xFFCC7D) is known color: Chardonnay. HEX triplet: FF, CC and 7D. RGB value is (255,204,125). Sum of RGB (Red+Green+Blue) = 255+204+125=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC7D is #003382. Grayscale: #D2D2D2. Windows color (decimal): -13187 or 8244479. OLE color: 8244479.

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

Color convert

RGB 255 204 125 -
CMYK 0 0.2 0.51 0
HSL 36.46º 1% 0.75% -
HSV(B) 36.46º 0.51% 1% -
XYZ 66.53 65.93 28.62 -
YUV 210.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 255 204 125 0 0.2 0.51 0 36.46 1 0.75
Hex FF CC 7D 0 14 33 0 24 64 4B
Octal 377 314 175 0 24 63 0 44 144 113
Binary 11111111 11001100 1111101 0 10100 110011 0 100100 1100100 1001011

Color Harmonies of #FFCC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC7D

Black with #FFCC7D

Text Example


Text Example

White with #FFCC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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