Html Css Color HEX #CEB72F Old Gold

📋 copy color: '#CEB72F'

red 206 ◦ green 183 ◦ blue 47

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

Shades of Old Gold #CEB72F

Tints of Old Gold #CEB72F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 47 (18.75% from 255) = 10.78%

R = 47.25%
G = 41.97%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEB72F (or 0xCEB72F) is known color: Old Gold. HEX triplet: CE, B7 and 2F. RGB value is (206,183,47). Sum of RGB (Red+Green+Blue) = 206+183+47=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB72F is #3148D0. Grayscale: #AEAEAE. Windows color (decimal): -3229905 or 3127246. OLE color: 3127246.

HSL color Cylindrical-coordinate representation of color #CEB72F: hue angle of 51.32º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEB72F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 47 -
CMYK 0 0.11 0.77 0.19
HSL 51.32º 0.63% 0.5% -
HSV(B) 51.32º 0.77% 0.81% -
XYZ 42.9 47.19 9.54 -
YUV 174.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 206 183 47 0 0.11 0.77 0.19 51.32 0.63 0.5
Hex CE B7 2F 0 B 4D 13 33 3F 32
Octal 316 267 57 0 13 115 23 63 77 62
Binary 11001110 10110111 101111 0 1011 1001101 10011 110011 111111 110010

Color Harmonies of #CEB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB72F

Black with #CEB72F

Text Example


Text Example

White with #CEB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB72F; }

 p { color: rgb(206,183,47); }

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

background-color css

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

 a { background-color: rgb(206,183,47); }

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

border-color css

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

 span { border-color: rgb(206,183,47); }

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