Html Css Color HEX #CEBB44 Old Gold

📋 copy color: '#CEBB44'

red 206 ◦ green 187 ◦ blue 68

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

Shades of Old Gold #CEBB44

Tints of Old Gold #CEBB44

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

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

R = 44.69%
G = 40.56%
B = 14.75%

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

#CEBB44 (or 0xCEBB44) is known color: Old Gold. HEX triplet: CE, BB and 44. RGB value is (206,187,68). Sum of RGB (Red+Green+Blue) = 206+187+68=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB44 is #3144BB. Grayscale: #B3B3B3. Windows color (decimal): -3228860 or 4504526. OLE color: 4504526.

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

Color convert

RGB 206 187 68 -
CMYK 0 0.09 0.67 0.19
HSL 51.74º 0.58% 0.54% -
HSV(B) 51.74º 0.67% 0.81% -
XYZ 44.27 49.08 12.61 -
YUV 179.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 206 187 68 0 0.09 0.67 0.19 51.74 0.58 0.54
Hex CE BB 44 0 9 43 13 34 3A 36
Octal 316 273 104 0 11 103 23 64 72 66
Binary 11001110 10111011 1000100 0 1001 1000011 10011 110100 111010 110110

Color Harmonies of #CEBB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB44

Black with #CEBB44

Text Example


Text Example

White with #CEBB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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