Html Css Color HEX #CEBA38 Old Gold

📋 copy color: '#CEBA38'

red 206 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #CEBA38

Tints of Old Gold #CEBA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.5%

R = 45.98%
G = 41.52%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEBA38 (or 0xCEBA38) is known color: Old Gold. HEX triplet: CE, BA and 38. RGB value is (206,186,56). Sum of RGB (Red+Green+Blue) = 206+186+56=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA38 is #3145C7. Grayscale: #B1B1B1. Windows color (decimal): -3229128 or 3717838. OLE color: 3717838.

HSL color Cylindrical-coordinate representation of color #CEBA38: hue angle of 52º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEBA38 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 56 -
CMYK 0 0.10 0.73 0.19
HSL 52º 0.6% 0.51% -
HSV(B) 52º 0.73% 0.81% -
XYZ 43.73 48.53 10.8 -
YUV 177.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 206 186 56 0 0.10 0.73 0.19 52 0.6 0.51
Hex CE BA 38 0 A 49 13 34 3C 33
Octal 316 272 70 0 12 111 23 64 74 63
Binary 11001110 10111010 111000 0 1010 1001001 10011 110100 111100 110011

Color Harmonies of #CEBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA38

Black with #CEBA38

Text Example


Text Example

White with #CEBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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