Html Css Color HEX #CEBE4A Old Gold

📋 copy color: '#CEBE4A'

red 206 ◦ green 190 ◦ blue 74

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

Shades of Old Gold #CEBE4A

Tints of Old Gold #CEBE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

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

R = 43.83%
G = 40.43%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEBE4A (or 0xCEBE4A) is known color: Old Gold. HEX triplet: CE, BE and 4A. RGB value is (206,190,74). Sum of RGB (Red+Green+Blue) = 206+190+74=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE4A is #3141B5. Grayscale: #B6B6B6. Windows color (decimal): -3228086 or 4898510. OLE color: 4898510.

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

Color convert

RGB 206 190 74 -
CMYK 0 0.08 0.64 0.19
HSL 52.73º 0.57% 0.55% -
HSV(B) 52.73º 0.64% 0.81% -
XYZ 45.1 50.44 13.84 -
YUV 181.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 206 190 74 0 0.08 0.64 0.19 52.73 0.57 0.55
Hex CE BE 4A 0 8 40 13 35 39 37
Octal 316 276 112 0 10 100 23 65 71 67
Binary 11001110 10111110 1001010 0 1000 1000000 10011 110101 111001 110111

Color Harmonies of #CEBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE4A

Black with #CEBE4A

Text Example


Text Example

White with #CEBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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