Html Css Color HEX #CEB92B Old Gold

📋 copy color: '#CEB92B'

red 206 ◦ green 185 ◦ blue 43

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

Shades of Old Gold #CEB92B

Tints of Old Gold #CEB92B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.91%

R = 47.47%
G = 42.63%
B = 9.91%

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

#CEB92B (or 0xCEB92B) is known color: Old Gold. HEX triplet: CE, B9 and 2B. RGB value is (206,185,43). Sum of RGB (Red+Green+Blue) = 206+185+43=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB92B is #3146D4. Grayscale: #AFAFAF. Windows color (decimal): -3229397 or 2865614. OLE color: 2865614.

HSL color Cylindrical-coordinate representation of color #CEB92B: hue angle of 52.27º 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 #CEB92B is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 43 -
CMYK 0 0.10 0.79 0.19
HSL 52.27º 0.65% 0.49% -
HSV(B) 52.27º 0.79% 0.81% -
XYZ 43.24 47.99 9.27 -
YUV 175.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 206 185 43 0 0.10 0.79 0.19 52.27 0.65 0.49
Hex CE B9 2B 0 A 4F 13 34 41 31
Octal 316 271 53 0 12 117 23 64 101 61
Binary 11001110 10111001 101011 0 1010 1001111 10011 110100 1000001 110001

Color Harmonies of #CEB92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB92B

Black with #CEB92B

Text Example


Text Example

White with #CEB92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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