Html Css Color HEX #C8BB34 Old Gold

📋 copy color: '#C8BB34'

red 200 ◦ green 187 ◦ blue 52

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

Shades of Old Gold #C8BB34

Tints of Old Gold #C8BB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.6%

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

R = 45.56%
G = 42.6%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8BB34 (or 0xC8BB34) is known color: Old Gold. HEX triplet: C8, BB and 34. RGB value is (200,187,52). Sum of RGB (Red+Green+Blue) = 200+187+52=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB34 is #3744CB. Grayscale: #B0B0B0. Windows color (decimal): -3622092 or 3455944. OLE color: 3455944.

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

Color convert

RGB 200 187 52 -
CMYK 0 0.06 0.74 0.22
HSL 54.73º 0.59% 0.49% -
HSV(B) 54.73º 0.74% 0.78% -
XYZ 42.21 48.07 10.3 -
YUV 175.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 200 187 52 0 0.06 0.74 0.22 54.73 0.59 0.49
Hex C8 BB 34 0 6 4A 16 37 3B 31
Octal 310 273 64 0 6 112 26 67 73 61
Binary 11001000 10111011 110100 0 110 1001010 10110 110111 111011 110001

Color Harmonies of #C8BB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB34

Black with #C8BB34

Text Example


Text Example

White with #C8BB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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