Html Css Color HEX #CEBF4A Old Gold

📋 copy color: '#CEBF4A'

red 206 ◦ green 191 ◦ blue 74

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

Shades of Old Gold #CEBF4A

Tints of Old Gold #CEBF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

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

R = 43.74%
G = 40.55%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEBF4A (or 0xCEBF4A) is known color: Old Gold. HEX triplet: CE, BF and 4A. RGB value is (206,191,74). Sum of RGB (Red+Green+Blue) = 206+191+74=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF4A is #3140B5. Grayscale: #B6B6B6. Windows color (decimal): -3227830 or 4898766. OLE color: 4898766.

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

Color convert

RGB 206 191 74 -
CMYK 0 0.07 0.64 0.19
HSL 53.18º 0.57% 0.55% -
HSV(B) 53.18º 0.64% 0.81% -
XYZ 45.32 50.88 13.91 -
YUV 182.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 206 191 74 0 0.07 0.64 0.19 53.18 0.57 0.55
Hex CE BF 4A 0 7 40 13 35 39 37
Octal 316 277 112 0 7 100 23 65 71 67
Binary 11001110 10111111 1001010 0 111 1000000 10011 110101 111001 110111

Color Harmonies of #CEBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF4A

Black with #CEBF4A

Text Example


Text Example

White with #CEBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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