Html Css Color HEX #CEB92C Old Gold

📋 copy color: '#CEB92C'

red 206 ◦ green 185 ◦ blue 44

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

Shades of Old Gold #CEB92C

Tints of Old Gold #CEB92C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.53%

 BLUE value IS 44 (17.58% from 255) = 10.11%

R = 47.36%
G = 42.53%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEB92C (or 0xCEB92C) is known color: Old Gold. HEX triplet: CE, B9 and 2C. RGB value is (206,185,44). Sum of RGB (Red+Green+Blue) = 206+185+44=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB92C is #3146D3. Grayscale: #AFAFAF. Windows color (decimal): -3229396 or 2931150. OLE color: 2931150.

HSL color Cylindrical-coordinate representation of color #CEB92C: hue angle of 52.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEB92C is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 44 -
CMYK 0 0.10 0.79 0.19
HSL 52.22º 0.65% 0.49% -
HSV(B) 52.22º 0.79% 0.81% -
XYZ 43.26 48 9.37 -
YUV 175.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 206 185 44 0 0.10 0.79 0.19 52.22 0.65 0.49
Hex CE B9 2C 0 A 4F 13 34 41 31
Octal 316 271 54 0 12 117 23 64 101 61
Binary 11001110 10111001 101100 0 1010 1001111 10011 110100 1000001 110001

Color Harmonies of #CEB92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB92C

Black with #CEB92C

Text Example


Text Example

White with #CEB92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB92C; }

 p { color: rgb(206,185,44); }

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

background-color css

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

 a { background-color: rgb(206,185,44); }

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

border-color css

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

 span { border-color: rgb(206,185,44); }

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