Html Css Color HEX #CEBC46 Old Gold

📋 copy color: '#CEBC46'

red 206 ◦ green 188 ◦ blue 70

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

Shades of Old Gold #CEBC46

Tints of Old Gold #CEBC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.52%

 BLUE value IS 70 (27.73% from 255) = 15.09%

R = 44.4%
G = 40.52%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEBC46 (or 0xCEBC46) is known color: Old Gold. HEX triplet: CE, BC and 46. RGB value is (206,188,70). Sum of RGB (Red+Green+Blue) = 206+188+70=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC46 is #3143B9. Grayscale: #B4B4B4. Windows color (decimal): -3228602 or 4635854. OLE color: 4635854.

HSL color Cylindrical-coordinate representation of color #CEBC46: hue angle of 52.06º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEBC46 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 70 -
CMYK 0 0.09 0.66 0.19
HSL 52.06º 0.58% 0.54% -
HSV(B) 52.06º 0.66% 0.81% -
XYZ 44.54 49.53 13.01 -
YUV 179.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 206 188 70 0 0.09 0.66 0.19 52.06 0.58 0.54
Hex CE BC 46 0 9 42 13 34 3A 36
Octal 316 274 106 0 11 102 23 64 72 66
Binary 11001110 10111100 1000110 0 1001 1000010 10011 110100 111010 110110

Color Harmonies of #CEBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC46

Black with #CEBC46

Text Example


Text Example

White with #CEBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC46; }

 p { color: rgb(206,188,70); }

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

background-color css

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

 a { background-color: rgb(206,188,70); }

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

border-color css

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

 span { border-color: rgb(206,188,70); }

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