Html Css Color HEX #C8B634 Old Gold

📋 copy color: '#C8B634'

red 200 ◦ green 182 ◦ blue 52

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

Shades of Old Gold #C8B634

Tints of Old Gold #C8B634

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

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

R = 46.08%
G = 41.94%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8B634 (or 0xC8B634) is known color: Old Gold. HEX triplet: C8, B6 and 34. RGB value is (200,182,52). Sum of RGB (Red+Green+Blue) = 200+182+52=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B634 is #3749CB. Grayscale: #ADADAD. Windows color (decimal): -3623372 or 3454664. OLE color: 3454664.

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

Color convert

RGB 200 182 52 -
CMYK 0 0.09 0.74 0.22
HSL 52.7º 0.59% 0.49% -
HSV(B) 52.7º 0.74% 0.78% -
XYZ 41.17 45.98 9.95 -
YUV 172.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 200 182 52 0 0.09 0.74 0.22 52.7 0.59 0.49
Hex C8 B6 34 0 9 4A 16 35 3B 31
Octal 310 266 64 0 11 112 26 65 73 61
Binary 11001000 10110110 110100 0 1001 1001010 10110 110101 111011 110001

Color Harmonies of #C8B634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B634

Black with #C8B634

Text Example


Text Example

White with #C8B634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B634; }

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

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

background-color css

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

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

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

border-color css

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

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

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