Html Css Color HEX #C8BA33 Old Gold

📋 copy color: '#C8BA33'

red 200 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #C8BA33

Tints of Old Gold #C8BA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 51 (20.31% from 255) = 11.67%

R = 45.77%
G = 42.56%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8BA33 (or 0xC8BA33) is known color: Old Gold. HEX triplet: C8, BA and 33. RGB value is (200,186,51). Sum of RGB (Red+Green+Blue) = 200+186+51=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA33 is #3745CC. Grayscale: #AFAFAF. Windows color (decimal): -3622349 or 3390152. OLE color: 3390152.

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

Color convert

RGB 200 186 51 -
CMYK 0 0.07 0.74 0.22
HSL 54.36º 0.59% 0.49% -
HSV(B) 54.36º 0.75% 0.78% -
XYZ 41.98 47.64 10.11 -
YUV 174.8 58.14 145.98 -
System Red Green Blue C M Y K H S L
Decimal 200 186 51 0 0.07 0.74 0.22 54.36 0.59 0.49
Hex C8 BA 33 0 7 4A 16 36 3B 31
Octal 310 272 63 0 7 112 26 66 73 61
Binary 11001000 10111010 110011 0 111 1001010 10110 110110 111011 110001

Color Harmonies of #C8BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA33

Black with #C8BA33

Text Example


Text Example

White with #C8BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA33; }

 p { color: rgb(200,186,51); }

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

background-color css

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

 a { background-color: rgb(200,186,51); }

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

border-color css

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

 span { border-color: rgb(200,186,51); }

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