Html Css Color HEX #CEBA34 Old Gold

📋 copy color: '#CEBA34'

red 206 ◦ green 186 ◦ blue 52

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

Shades of Old Gold #CEBA34

Tints of Old Gold #CEBA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.71%

R = 46.4%
G = 41.89%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEBA34 (or 0xCEBA34) is known color: Old Gold. HEX triplet: CE, BA and 34. RGB value is (206,186,52). Sum of RGB (Red+Green+Blue) = 206+186+52=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA34 is #3145CB. Grayscale: #B1B1B1. Windows color (decimal): -3229132 or 3455694. OLE color: 3455694.

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

Color convert

RGB 206 186 52 -
CMYK 0 0.10 0.75 0.19
HSL 52.21º 0.61% 0.51% -
HSV(B) 52.21º 0.75% 0.81% -
XYZ 43.63 48.49 10.31 -
YUV 176.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 206 186 52 0 0.10 0.75 0.19 52.21 0.61 0.51
Hex CE BA 34 0 A 4B 13 34 3D 33
Octal 316 272 64 0 12 113 23 64 75 63
Binary 11001110 10111010 110100 0 1010 1001011 10011 110100 111101 110011

Color Harmonies of #CEBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA34

Black with #CEBA34

Text Example


Text Example

White with #CEBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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