Html Css Color HEX #CEBA44 Old Gold

📋 copy color: '#CEBA44'

red 206 ◦ green 186 ◦ blue 68

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

Shades of Old Gold #CEBA44

Tints of Old Gold #CEBA44

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 68 (26.95% from 255) = 14.78%

R = 44.78%
G = 40.43%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEBA44 (or 0xCEBA44) is known color: Old Gold. HEX triplet: CE, BA and 44. RGB value is (206,186,68). Sum of RGB (Red+Green+Blue) = 206+186+68=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA44 is #3145BB. Grayscale: #B3B3B3. Windows color (decimal): -3229116 or 4504270. OLE color: 4504270.

HSL color Cylindrical-coordinate representation of color #CEBA44: hue angle of 51.3º degrees, saturation: 0.58, 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 #CEBA44 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 68 -
CMYK 0 0.10 0.67 0.19
HSL 51.3º 0.58% 0.54% -
HSV(B) 51.3º 0.67% 0.81% -
XYZ 44.06 48.66 12.54 -
YUV 178.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 206 186 68 0 0.10 0.67 0.19 51.3 0.58 0.54
Hex CE BA 44 0 A 43 13 33 3A 36
Octal 316 272 104 0 12 103 23 63 72 66
Binary 11001110 10111010 1000100 0 1010 1000011 10011 110011 111010 110110

Color Harmonies of #CEBA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA44

Black with #CEBA44

Text Example


Text Example

White with #CEBA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA44; }

 p { color: rgb(206,186,68); }

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

background-color css

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

 a { background-color: rgb(206,186,68); }

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

border-color css

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

 span { border-color: rgb(206,186,68); }

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