Html Css Color HEX #CEB63B Old Gold

📋 copy color: '#CEB63B'

red 206 ◦ green 182 ◦ blue 59

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

Shades of Old Gold #CEB63B

Tints of Old Gold #CEB63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.2%

R = 46.09%
G = 40.72%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEB63B (or 0xCEB63B) is known color: Old Gold. HEX triplet: CE, B6 and 3B. RGB value is (206,182,59). Sum of RGB (Red+Green+Blue) = 206+182+59=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB63B is #3149C4. Grayscale: #AFAFAF. Windows color (decimal): -3230149 or 3913422. OLE color: 3913422.

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

Color convert

RGB 206 182 59 -
CMYK 0 0.12 0.71 0.19
HSL 50.2º 0.6% 0.52% -
HSV(B) 50.2º 0.71% 0.81% -
XYZ 42.97 46.89 10.92 -
YUV 175.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 206 182 59 0 0.12 0.71 0.19 50.2 0.6 0.52
Hex CE B6 3B 0 C 47 13 32 3C 34
Octal 316 266 73 0 14 107 23 62 74 64
Binary 11001110 10110110 111011 0 1100 1000111 10011 110010 111100 110100

Color Harmonies of #CEB63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB63B

Black with #CEB63B

Text Example


Text Example

White with #CEB63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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