Html Css Color HEX #C8B73D Old Gold

📋 copy color: '#C8B73D'

red 200 ◦ green 183 ◦ blue 61

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

Shades of Old Gold #C8B73D

Tints of Old Gold #C8B73D

RGB

 RED value IS 200 (78.52% from 255) = 45.05%

 GREEN value IS 183 (71.88% from 255) = 41.22%

 BLUE value IS 61 (24.22% from 255) = 13.74%

R = 45.05%
G = 41.22%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8B73D (or 0xC8B73D) is known color: Old Gold. HEX triplet: C8, B7 and 3D. RGB value is (200,183,61). Sum of RGB (Red+Green+Blue) = 200+183+61=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B73D is #3748C2. Grayscale: #AEAEAE. Windows color (decimal): -3623107 or 4044744. OLE color: 4044744.

HSL color Cylindrical-coordinate representation of color #C8B73D: hue angle of 52.66º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8B73D is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 183 61 -
CMYK 0 0.08 0.69 0.22
HSL 52.66º 0.56% 0.51% -
HSV(B) 52.66º 0.7% 0.78% -
XYZ 41.6 46.48 11.19 -
YUV 174.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 200 183 61 0 0.08 0.69 0.22 52.66 0.56 0.51
Hex C8 B7 3D 0 8 45 16 35 38 33
Octal 310 267 75 0 10 105 26 65 70 63
Binary 11001000 10110111 111101 0 1000 1000101 10110 110101 111000 110011

Color Harmonies of #C8B73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B73D

Black with #C8B73D

Text Example


Text Example

White with #C8B73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B73D; }

 p { color: rgb(200,183,61); }

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

background-color css

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

 a { background-color: rgb(200,183,61); }

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

border-color css

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

 span { border-color: rgb(200,183,61); }

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