Html Css Color HEX #CEBC44 Old Gold

📋 copy color: '#CEBC44'

red 206 ◦ green 188 ◦ blue 68

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

Shades of Old Gold #CEBC44

Tints of Old Gold #CEBC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.69%

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

R = 44.59%
G = 40.69%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEBC44 (or 0xCEBC44) is known color: Old Gold. HEX triplet: CE, BC and 44. RGB value is (206,188,68). Sum of RGB (Red+Green+Blue) = 206+188+68=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC44 is #3143BB. Grayscale: #B4B4B4. Windows color (decimal): -3228604 or 4504782. OLE color: 4504782.

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

Color convert

RGB 206 188 68 -
CMYK 0 0.09 0.67 0.19
HSL 52.17º 0.58% 0.54% -
HSV(B) 52.17º 0.67% 0.81% -
XYZ 44.48 49.51 12.68 -
YUV 179.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 206 188 68 0 0.09 0.67 0.19 52.17 0.58 0.54
Hex CE BC 44 0 9 43 13 34 3A 36
Octal 316 274 104 0 11 103 23 64 72 66
Binary 11001110 10111100 1000100 0 1001 1000011 10011 110100 111010 110110

Color Harmonies of #CEBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC44

Black with #CEBC44

Text Example


Text Example

White with #CEBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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