Html Css Color HEX #CEBE4D Old Gold

📋 copy color: '#CEBE4D'

red 206 ◦ green 190 ◦ blue 77

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

Shades of Old Gold #CEBE4D

Tints of Old Gold #CEBE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.28%

R = 43.55%
G = 40.17%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEBE4D (or 0xCEBE4D) is known color: Old Gold. HEX triplet: CE, BE and 4D. RGB value is (206,190,77). Sum of RGB (Red+Green+Blue) = 206+190+77=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE4D is #3141B2. Grayscale: #B6B6B6. Windows color (decimal): -3228083 or 5095118. OLE color: 5095118.

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

Color convert

RGB 206 190 77 -
CMYK 0 0.08 0.63 0.19
HSL 52.56º 0.57% 0.55% -
HSV(B) 52.56º 0.63% 0.81% -
XYZ 45.21 50.48 14.38 -
YUV 181.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 206 190 77 0 0.08 0.63 0.19 52.56 0.57 0.55
Hex CE BE 4D 0 8 3F 13 35 39 37
Octal 316 276 115 0 10 77 23 65 71 67
Binary 11001110 10111110 1001101 0 1000 111111 10011 110101 111001 110111

Color Harmonies of #CEBE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE4D

Black with #CEBE4D

Text Example


Text Example

White with #CEBE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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