Html Css Color HEX #CEBA3B Old Gold

📋 copy color: '#CEBA3B'

red 206 ◦ green 186 ◦ blue 59

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

Shades of Old Gold #CEBA3B

Tints of Old Gold #CEBA3B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.24%

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

R = 45.68%
G = 41.24%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEBA3B (or 0xCEBA3B) is known color: Old Gold. HEX triplet: CE, BA and 3B. RGB value is (206,186,59). Sum of RGB (Red+Green+Blue) = 206+186+59=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA3B is #3145C4. Grayscale: #B2B2B2. Windows color (decimal): -3229125 or 3914446. OLE color: 3914446.

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

Color convert

RGB 206 186 59 -
CMYK 0 0.10 0.71 0.19
HSL 51.84º 0.6% 0.52% -
HSV(B) 51.84º 0.71% 0.81% -
XYZ 43.8 48.56 11.2 -
YUV 177.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 206 186 59 0 0.10 0.71 0.19 51.84 0.6 0.52
Hex CE BA 3B 0 A 47 13 34 3C 34
Octal 316 272 73 0 12 107 23 64 74 64
Binary 11001110 10111010 111011 0 1010 1000111 10011 110100 111100 110100

Color Harmonies of #CEBA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA3B

Black with #CEBA3B

Text Example


Text Example

White with #CEBA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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