Html Css Color HEX #CEBE43 Old Gold

📋 copy color: '#CEBE43'

red 206 ◦ green 190 ◦ blue 67

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

Shades of Old Gold #CEBE43

Tints of Old Gold #CEBE43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.47%

R = 44.49%
G = 41.04%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEBE43 (or 0xCEBE43) is known color: Old Gold. HEX triplet: CE, BE and 43. RGB value is (206,190,67). Sum of RGB (Red+Green+Blue) = 206+190+67=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE43 is #3141BC. Grayscale: #B5B5B5. Windows color (decimal): -3228093 or 4439758. OLE color: 4439758.

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

Color convert

RGB 206 190 67 -
CMYK 0 0.08 0.67 0.19
HSL 53.09º 0.59% 0.54% -
HSV(B) 53.09º 0.67% 0.81% -
XYZ 44.88 50.35 12.66 -
YUV 180.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 206 190 67 0 0.08 0.67 0.19 53.09 0.59 0.54
Hex CE BE 43 0 8 43 13 35 3B 36
Octal 316 276 103 0 10 103 23 65 73 66
Binary 11001110 10111110 1000011 0 1000 1000011 10011 110101 111011 110110

Color Harmonies of #CEBE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE43

Black with #CEBE43

Text Example


Text Example

White with #CEBE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE43; }

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

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

background-color css

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

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

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

border-color css

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

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

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