Html Css Color HEX #FFCC71 Grandis

📋 copy color: '#FFCC71'

red 255 ◦ green 204 ◦ blue 113

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

Shades of Grandis #FFCC71

Tints of Grandis #FFCC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.76%

R = 44.58%
G = 35.66%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFCC71 (or 0xFFCC71) is known color: Grandis. HEX triplet: FF, CC and 71. RGB value is (255,204,113). Sum of RGB (Red+Green+Blue) = 255+204+113=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC71 is #00338E. Grayscale: #D1D1D1. Windows color (decimal): -13199 or 7458047. OLE color: 7458047.

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

Color convert

RGB 255 204 113 -
CMYK 0 0.2 0.56 0
HSL 38.45º 1% 0.72% -
HSV(B) 38.45º 0.56% 1% -
XYZ 65.81 65.64 24.82 -
YUV 208.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 255 204 113 0 0.2 0.56 0 38.45 1 0.72
Hex FF CC 71 0 14 38 0 26 64 48
Octal 377 314 161 0 24 70 0 46 144 110
Binary 11111111 11001100 1110001 0 10100 111000 0 100110 1100100 1001000

Color Harmonies of #FFCC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC71

Black with #FFCC71

Text Example


Text Example

White with #FFCC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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