Html Css Color HEX #C8B734 Old Gold

📋 copy color: '#C8B734'

red 200 ◦ green 183 ◦ blue 52

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

Shades of Old Gold #C8B734

Tints of Old Gold #C8B734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.95%

R = 45.98%
G = 42.07%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8B734 (or 0xC8B734) is known color: Old Gold. HEX triplet: C8, B7 and 34. RGB value is (200,183,52). Sum of RGB (Red+Green+Blue) = 200+183+52=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B734 is #3748CB. Grayscale: #ADADAD. Windows color (decimal): -3623116 or 3454920. OLE color: 3454920.

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

Color convert

RGB 200 183 52 -
CMYK 0 0.08 0.74 0.22
HSL 53.11º 0.59% 0.49% -
HSV(B) 53.11º 0.74% 0.78% -
XYZ 41.37 46.39 10.02 -
YUV 173.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 200 183 52 0 0.08 0.74 0.22 53.11 0.59 0.49
Hex C8 B7 34 0 8 4A 16 35 3B 31
Octal 310 267 64 0 10 112 26 65 73 61
Binary 11001000 10110111 110100 0 1000 1001010 10110 110101 111011 110001

Color Harmonies of #C8B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B734

Black with #C8B734

Text Example


Text Example

White with #C8B734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B734; }

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

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

background-color css

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

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

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

border-color css

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

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

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