Html Css Color HEX #CEB42F Old Gold

📋 copy color: '#CEB42F'

red 206 ◦ green 180 ◦ blue 47

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

Shades of Old Gold #CEB42F

Tints of Old Gold #CEB42F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

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

R = 47.58%
G = 41.57%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEB42F (or 0xCEB42F) is known color: Old Gold. HEX triplet: CE, B4 and 2F. RGB value is (206,180,47). Sum of RGB (Red+Green+Blue) = 206+180+47=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB42F is #314BD0. Grayscale: #ADADAD. Windows color (decimal): -3230673 or 3126478. OLE color: 3126478.

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

Color convert

RGB 206 180 47 -
CMYK 0 0.13 0.77 0.19
HSL 50.19º 0.63% 0.5% -
HSV(B) 50.19º 0.77% 0.81% -
XYZ 42.29 45.97 9.33 -
YUV 172.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 206 180 47 0 0.13 0.77 0.19 50.19 0.63 0.5
Hex CE B4 2F 0 D 4D 13 32 3F 32
Octal 316 264 57 0 15 115 23 62 77 62
Binary 11001110 10110100 101111 0 1101 1001101 10011 110010 111111 110010

Color Harmonies of #CEB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB42F

Black with #CEB42F

Text Example


Text Example

White with #CEB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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