Html Css Color HEX #FFCC68 Grandis

📋 copy color: '#FFCC68'

red 255 ◦ green 204 ◦ blue 104

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

Shades of Grandis #FFCC68

Tints of Grandis #FFCC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.47%

R = 45.29%
G = 36.23%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFCC68 (or 0xFFCC68) is known color: Grandis. HEX triplet: FF, CC and 68. RGB value is (255,204,104). Sum of RGB (Red+Green+Blue) = 255+204+104=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC68 is #003397. Grayscale: #D0D0D0. Windows color (decimal): -13208 or 6868223. OLE color: 6868223.

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

Color convert

RGB 255 204 104 -
CMYK 0 0.2 0.59 0
HSL 39.74º 1% 0.7% -
HSV(B) 39.74º 0.59% 1% -
XYZ 65.33 65.45 22.29 -
YUV 207.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 255 204 104 0 0.2 0.59 0 39.74 1 0.7
Hex FF CC 68 0 14 3B 0 28 64 46
Octal 377 314 150 0 24 73 0 50 144 106
Binary 11111111 11001100 1101000 0 10100 111011 0 101000 1100100 1000110

Color Harmonies of #FFCC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC68

Black with #FFCC68

Text Example


Text Example

White with #FFCC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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