Html Css Color HEX #CEBB38 Old Gold

📋 copy color: '#CEBB38'

red 206 ◦ green 187 ◦ blue 56

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

Shades of Old Gold #CEBB38

Tints of Old Gold #CEBB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.47%

R = 45.88%
G = 41.65%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEBB38 (or 0xCEBB38) is known color: Old Gold. HEX triplet: CE, BB and 38. RGB value is (206,187,56). Sum of RGB (Red+Green+Blue) = 206+187+56=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB38 is #3144C7. Grayscale: #B2B2B2. Windows color (decimal): -3228872 or 3718094. OLE color: 3718094.

HSL color Cylindrical-coordinate representation of color #CEBB38: hue angle of 52.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEBB38 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 56 -
CMYK 0 0.09 0.73 0.19
HSL 52.4º 0.6% 0.51% -
HSV(B) 52.4º 0.73% 0.81% -
XYZ 43.94 48.95 10.87 -
YUV 177.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 206 187 56 0 0.09 0.73 0.19 52.4 0.6 0.51
Hex CE BB 38 0 9 49 13 34 3C 33
Octal 316 273 70 0 11 111 23 64 74 63
Binary 11001110 10111011 111000 0 1001 1001001 10011 110100 111100 110011

Color Harmonies of #CEBB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB38

Black with #CEBB38

Text Example


Text Example

White with #CEBB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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