Html Css Color HEX #CEB23E Old Gold

📋 copy color: '#CEB23E'

red 206 ◦ green 178 ◦ blue 62

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

Shades of Old Gold #CEB23E

Tints of Old Gold #CEB23E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.91%

 BLUE value IS 62 (24.61% from 255) = 13.9%

R = 46.19%
G = 39.91%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEB23E (or 0xCEB23E) is known color: Old Gold. HEX triplet: CE, B2 and 3E. RGB value is (206,178,62). Sum of RGB (Red+Green+Blue) = 206+178+62=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB23E is #314DC1. Grayscale: #ADADAD. Windows color (decimal): -3231170 or 4109006. OLE color: 4109006.

HSL color Cylindrical-coordinate representation of color #CEB23E: hue angle of 48.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEB23E is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 62 -
CMYK 0 0.14 0.70 0.19
HSL 48.33º 0.6% 0.53% -
HSV(B) 48.33º 0.7% 0.81% -
XYZ 42.24 45.31 11.08 -
YUV 173.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 206 178 62 0 0.14 0.70 0.19 48.33 0.6 0.53
Hex CE B2 3E 0 E 46 13 30 3C 35
Octal 316 262 76 0 16 106 23 60 74 65
Binary 11001110 10110010 111110 0 1110 1000110 10011 110000 111100 110101

Color Harmonies of #CEB23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB23E

Black with #CEB23E

Text Example


Text Example

White with #CEB23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB23E; }

 p { color: rgb(206,178,62); }

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

background-color css

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

 a { background-color: rgb(206,178,62); }

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

border-color css

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

 span { border-color: rgb(206,178,62); }

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