Html Css Color HEX #FFCC76 Grandis

📋 copy color: '#FFCC76'

red 255 ◦ green 204 ◦ blue 118

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

Shades of Grandis #FFCC76

Tints of Grandis #FFCC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.45%

R = 44.19%
G = 35.36%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFCC76 (or 0xFFCC76) is known color: Grandis. HEX triplet: FF, CC and 76. RGB value is (255,204,118). Sum of RGB (Red+Green+Blue) = 255+204+118=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC76 is #003389. Grayscale: #D1D1D1. Windows color (decimal): -13194 or 7785727. OLE color: 7785727.

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

Color convert

RGB 255 204 118 -
CMYK 0 0.2 0.54 0
HSL 37.66º 1% 0.73% -
HSV(B) 37.66º 0.54% 1% -
XYZ 66.1 65.75 26.35 -
YUV 209.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 255 204 118 0 0.2 0.54 0 37.66 1 0.73
Hex FF CC 76 0 14 36 0 26 64 49
Octal 377 314 166 0 24 66 0 46 144 111
Binary 11111111 11001100 1110110 0 10100 110110 0 100110 1100100 1001001

Color Harmonies of #FFCC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC76

Black with #FFCC76

Text Example


Text Example

White with #FFCC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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