Html Css Color HEX #CEB33B Old Gold

📋 copy color: '#CEB33B'

red 206 ◦ green 179 ◦ blue 59

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

Shades of Old Gold #CEB33B

Tints of Old Gold #CEB33B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.32%

 BLUE value IS 59 (23.44% from 255) = 13.29%

R = 46.4%
G = 40.32%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEB33B (or 0xCEB33B) is known color: Old Gold. HEX triplet: CE, B3 and 3B. RGB value is (206,179,59). Sum of RGB (Red+Green+Blue) = 206+179+59=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB33B is #314CC4. Grayscale: #ADADAD. Windows color (decimal): -3230917 or 3912654. OLE color: 3912654.

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

Color convert

RGB 206 179 59 -
CMYK 0 0.13 0.71 0.19
HSL 48.98º 0.6% 0.52% -
HSV(B) 48.98º 0.71% 0.81% -
XYZ 42.36 45.68 10.72 -
YUV 173.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 206 179 59 0 0.13 0.71 0.19 48.98 0.6 0.52
Hex CE B3 3B 0 D 47 13 31 3C 34
Octal 316 263 73 0 15 107 23 61 74 64
Binary 11001110 10110011 111011 0 1101 1000111 10011 110001 111100 110100

Color Harmonies of #CEB33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB33B

Black with #CEB33B

Text Example


Text Example

White with #CEB33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB33B; }

 p { color: rgb(206,179,59); }

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

background-color css

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

 a { background-color: rgb(206,179,59); }

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

border-color css

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

 span { border-color: rgb(206,179,59); }

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