Html Css Color HEX #C8B33D Old Gold

📋 copy color: '#C8B33D'

red 200 ◦ green 179 ◦ blue 61

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

Shades of Old Gold #C8B33D

Tints of Old Gold #C8B33D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

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

R = 45.45%
G = 40.68%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8B33D (or 0xC8B33D) is known color: Old Gold. HEX triplet: C8, B3 and 3D. RGB value is (200,179,61). Sum of RGB (Red+Green+Blue) = 200+179+61=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B33D is #374CC2. Grayscale: #ACACAC. Windows color (decimal): -3624131 or 4043720. OLE color: 4043720.

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

Color convert

RGB 200 179 61 -
CMYK 0 0.10 0.69 0.22
HSL 50.94º 0.56% 0.51% -
HSV(B) 50.94º 0.7% 0.78% -
XYZ 40.78 44.86 10.92 -
YUV 171.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 200 179 61 0 0.10 0.69 0.22 50.94 0.56 0.51
Hex C8 B3 3D 0 A 45 16 33 38 33
Octal 310 263 75 0 12 105 26 63 70 63
Binary 11001000 10110011 111101 0 1010 1000101 10110 110011 111000 110011

Color Harmonies of #C8B33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B33D

Black with #C8B33D

Text Example


Text Example

White with #C8B33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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