Html Css Color HEX #CEBD37 Old Gold

📋 copy color: '#CEBD37'

red 206 ◦ green 189 ◦ blue 55

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

Shades of Old Gold #CEBD37

Tints of Old Gold #CEBD37

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42%

 BLUE value IS 55 (21.88% from 255) = 12.22%

R = 45.78%
G = 42%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEBD37 (or 0xCEBD37) is known color: Old Gold. HEX triplet: CE, BD and 37. RGB value is (206,189,55). Sum of RGB (Red+Green+Blue) = 206+189+55=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD37 is #3142C8. Grayscale: #B3B3B3. Windows color (decimal): -3228361 or 3653070. OLE color: 3653070.

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

Color convert

RGB 206 189 55 -
CMYK 0 0.08 0.73 0.19
HSL 53.25º 0.61% 0.51% -
HSV(B) 53.25º 0.73% 0.81% -
XYZ 44.34 49.79 10.89 -
YUV 178.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 206 189 55 0 0.08 0.73 0.19 53.25 0.61 0.51
Hex CE BD 37 0 8 49 13 35 3D 33
Octal 316 275 67 0 10 111 23 65 75 63
Binary 11001110 10111101 110111 0 1000 1001001 10011 110101 111101 110011

Color Harmonies of #CEBD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD37

Black with #CEBD37

Text Example


Text Example

White with #CEBD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD37; }

 p { color: rgb(206,189,55); }

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

background-color css

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

 a { background-color: rgb(206,189,55); }

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

border-color css

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

 span { border-color: rgb(206,189,55); }

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