Html Css Color HEX #CEBE4C Old Gold

📋 copy color: '#CEBE4C'

red 206 ◦ green 190 ◦ blue 76

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

Shades of Old Gold #CEBE4C

Tints of Old Gold #CEBE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.1%

R = 43.64%
G = 40.25%
B = 16.1%

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

#CEBE4C (or 0xCEBE4C) is known color: Old Gold. HEX triplet: CE, BE and 4C. RGB value is (206,190,76). Sum of RGB (Red+Green+Blue) = 206+190+76=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE4C is #3141B3. Grayscale: #B6B6B6. Windows color (decimal): -3228084 or 5029582. OLE color: 5029582.

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

Color convert

RGB 206 190 76 -
CMYK 0 0.08 0.63 0.19
HSL 52.62º 0.57% 0.55% -
HSV(B) 52.62º 0.63% 0.81% -
XYZ 45.17 50.47 14.2 -
YUV 181.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 206 190 76 0 0.08 0.63 0.19 52.62 0.57 0.55
Hex CE BE 4C 0 8 3F 13 35 39 37
Octal 316 276 114 0 10 77 23 65 71 67
Binary 11001110 10111110 1001100 0 1000 111111 10011 110101 111001 110111

Color Harmonies of #CEBE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE4C

Black with #CEBE4C

Text Example


Text Example

White with #CEBE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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