Html Css Color HEX #CEBC4A Old Gold

📋 copy color: '#CEBC4A'

red 206 ◦ green 188 ◦ blue 74

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

Shades of Old Gold #CEBC4A

Tints of Old Gold #CEBC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 44.02%
G = 40.17%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEBC4A (or 0xCEBC4A) is known color: Old Gold. HEX triplet: CE, BC and 4A. RGB value is (206,188,74). Sum of RGB (Red+Green+Blue) = 206+188+74=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC4A is #3143B5. Grayscale: #B4B4B4. Windows color (decimal): -3228598 or 4897998. OLE color: 4897998.

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

Color convert

RGB 206 188 74 -
CMYK 0 0.09 0.64 0.19
HSL 51.82º 0.57% 0.55% -
HSV(B) 51.82º 0.64% 0.81% -
XYZ 44.67 49.58 13.69 -
YUV 180.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 206 188 74 0 0.09 0.64 0.19 51.82 0.57 0.55
Hex CE BC 4A 0 9 40 13 34 39 37
Octal 316 274 112 0 11 100 23 64 71 67
Binary 11001110 10111100 1001010 0 1001 1000000 10011 110100 111001 110111

Color Harmonies of #CEBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC4A

Black with #CEBC4A

Text Example


Text Example

White with #CEBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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