Html Css Color HEX #CEB23F Old Gold

📋 copy color: '#CEB23F'

red 206 ◦ green 178 ◦ blue 63

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

Shades of Old Gold #CEB23F

Tints of Old Gold #CEB23F

RGB

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

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

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

R = 46.09%
G = 39.82%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEB23F (or 0xCEB23F) is known color: Old Gold. HEX triplet: CE, B2 and 3F. RGB value is (206,178,63). Sum of RGB (Red+Green+Blue) = 206+178+63=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB23F is #314DC0. Grayscale: #ADADAD. Windows color (decimal): -3231169 or 4174542. OLE color: 4174542.

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

Color convert

RGB 206 178 63 -
CMYK 0 0.14 0.69 0.19
HSL 48.25º 0.59% 0.53% -
HSV(B) 48.25º 0.69% 0.81% -
XYZ 42.27 45.32 11.22 -
YUV 173.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 206 178 63 0 0.14 0.69 0.19 48.25 0.59 0.53
Hex CE B2 3F 0 E 45 13 30 3B 35
Octal 316 262 77 0 16 105 23 60 73 65
Binary 11001110 10110010 111111 0 1110 1000101 10011 110000 111011 110101

Color Harmonies of #CEB23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB23F

Black with #CEB23F

Text Example


Text Example

White with #CEB23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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