Html Css Color HEX #CEBA3D Old Gold

📋 copy color: '#CEBA3D'

red 206 ◦ green 186 ◦ blue 61

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

Shades of Old Gold #CEBA3D

Tints of Old Gold #CEBA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.47%

R = 45.47%
G = 41.06%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEBA3D (or 0xCEBA3D) is known color: Old Gold. HEX triplet: CE, BA and 3D. RGB value is (206,186,61). Sum of RGB (Red+Green+Blue) = 206+186+61=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA3D is #3145C2. Grayscale: #B2B2B2. Windows color (decimal): -3229123 or 4045518. OLE color: 4045518.

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

Color convert

RGB 206 186 61 -
CMYK 0 0.10 0.70 0.19
HSL 51.72º 0.6% 0.52% -
HSV(B) 51.72º 0.7% 0.81% -
XYZ 43.85 48.58 11.48 -
YUV 177.73 62.13 148.16 -
System Red Green Blue C M Y K H S L
Decimal 206 186 61 0 0.10 0.70 0.19 51.72 0.6 0.52
Hex CE BA 3D 0 A 46 13 34 3C 34
Octal 316 272 75 0 12 106 23 64 74 64
Binary 11001110 10111010 111101 0 1010 1000110 10011 110100 111100 110100

Color Harmonies of #CEBA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA3D

Black with #CEBA3D

Text Example


Text Example

White with #CEBA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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