Html Css Color HEX #CEBC38 Old Gold

📋 copy color: '#CEBC38'

red 206 ◦ green 188 ◦ blue 56

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

Shades of Old Gold #CEBC38

Tints of Old Gold #CEBC38

RGB

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

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

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

R = 45.78%
G = 41.78%
B = 12.44%

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

#CEBC38 (or 0xCEBC38) is known color: Old Gold. HEX triplet: CE, BC and 38. RGB value is (206,188,56). Sum of RGB (Red+Green+Blue) = 206+188+56=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC38 is #3143C7. Grayscale: #B2B2B2. Windows color (decimal): -3228616 or 3718350. OLE color: 3718350.

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

Color convert

RGB 206 188 56 -
CMYK 0 0.09 0.73 0.19
HSL 52.8º 0.6% 0.51% -
HSV(B) 52.8º 0.73% 0.81% -
XYZ 44.15 49.37 10.94 -
YUV 178.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 206 188 56 0 0.09 0.73 0.19 52.8 0.6 0.51
Hex CE BC 38 0 9 49 13 35 3C 33
Octal 316 274 70 0 11 111 23 65 74 63
Binary 11001110 10111100 111000 0 1001 1001001 10011 110101 111100 110011

Color Harmonies of #CEBC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC38

Black with #CEBC38

Text Example


Text Example

White with #CEBC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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