Html Css Color HEX #CEB438 Old Gold

📋 copy color: '#CEB438'

red 206 ◦ green 180 ◦ blue 56

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

Shades of Old Gold #CEB438

Tints of Old Gold #CEB438

RGB

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

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

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

R = 46.61%
G = 40.72%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB438 (or 0xCEB438) is known color: Old Gold. HEX triplet: CE, B4 and 38. RGB value is (206,180,56). Sum of RGB (Red+Green+Blue) = 206+180+56=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB438 is #314BC7. Grayscale: #AEAEAE. Windows color (decimal): -3230664 or 3716302. OLE color: 3716302.

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

Color convert

RGB 206 180 56 -
CMYK 0 0.13 0.73 0.19
HSL 49.6º 0.6% 0.51% -
HSV(B) 49.6º 0.73% 0.81% -
XYZ 42.49 46.05 10.39 -
YUV 173.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 206 180 56 0 0.13 0.73 0.19 49.6 0.6 0.51
Hex CE B4 38 0 D 49 13 32 3C 33
Octal 316 264 70 0 15 111 23 62 74 63
Binary 11001110 10110100 111000 0 1101 1001001 10011 110010 111100 110011

Color Harmonies of #CEB438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB438

Black with #CEB438

Text Example


Text Example

White with #CEB438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB438; }

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

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

background-color css

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

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

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

border-color css

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

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

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