Html Css Color HEX #CEBA2B Old Gold

📋 copy color: '#CEBA2B'

red 206 ◦ green 186 ◦ blue 43

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

Shades of Old Gold #CEBA2B

Tints of Old Gold #CEBA2B

RGB

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

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

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

R = 47.36%
G = 42.76%
B = 9.89%

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

#CEBA2B (or 0xCEBA2B) is known color: Old Gold. HEX triplet: CE, BA and 2B. RGB value is (206,186,43). Sum of RGB (Red+Green+Blue) = 206+186+43=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA2B is #3145D4. Grayscale: #B0B0B0. Windows color (decimal): -3229141 or 2865870. OLE color: 2865870.

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

Color convert

RGB 206 186 43 -
CMYK 0 0.10 0.79 0.19
HSL 52.64º 0.65% 0.49% -
HSV(B) 52.64º 0.79% 0.81% -
XYZ 43.45 48.41 9.34 -
YUV 175.68 53.13 149.63 -
System Red Green Blue C M Y K H S L
Decimal 206 186 43 0 0.10 0.79 0.19 52.64 0.65 0.49
Hex CE BA 2B 0 A 4F 13 35 41 31
Octal 316 272 53 0 12 117 23 65 101 61
Binary 11001110 10111010 101011 0 1010 1001111 10011 110101 1000001 110001

Color Harmonies of #CEBA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA2B

Black with #CEBA2B

Text Example


Text Example

White with #CEBA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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