Html Css Color HEX #CEB63F Old Gold

📋 copy color: '#CEB63F'

red 206 ◦ green 182 ◦ blue 63

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

Shades of Old Gold #CEB63F

Tints of Old Gold #CEB63F

RGB

 RED value IS 206 (80.86% from 255) = 45.68%

 GREEN value IS 182 (71.48% from 255) = 40.35%

 BLUE value IS 63 (25% from 255) = 13.97%

R = 45.68%
G = 40.35%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEB63F (or 0xCEB63F) is known color: Old Gold. HEX triplet: CE, B6 and 3F. RGB value is (206,182,63). Sum of RGB (Red+Green+Blue) = 206+182+63=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB63F is #3149C0. Grayscale: #B0B0B0. Windows color (decimal): -3230145 or 4175566. OLE color: 4175566.

HSL color Cylindrical-coordinate representation of color #CEB63F: hue angle of 49.93º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEB63F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 63 -
CMYK 0 0.12 0.69 0.19
HSL 49.93º 0.59% 0.53% -
HSV(B) 49.93º 0.69% 0.81% -
XYZ 43.08 46.94 11.49 -
YUV 175.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 206 182 63 0 0.12 0.69 0.19 49.93 0.59 0.53
Hex CE B6 3F 0 C 45 13 32 3B 35
Octal 316 266 77 0 14 105 23 62 73 65
Binary 11001110 10110110 111111 0 1100 1000101 10011 110010 111011 110101

Color Harmonies of #CEB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB63F

Black with #CEB63F

Text Example


Text Example

White with #CEB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB63F; }

 p { color: rgb(206,182,63); }

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

background-color css

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

 a { background-color: rgb(206,182,63); }

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

border-color css

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

 span { border-color: rgb(206,182,63); }

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