Html Css Color HEX #C8BB33 Old Gold

📋 copy color: '#C8BB33'

red 200 ◦ green 187 ◦ blue 51

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

Shades of Old Gold #C8BB33

Tints of Old Gold #C8BB33

RGB

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

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

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

R = 45.66%
G = 42.69%
B = 11.64%

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

#C8BB33 (or 0xC8BB33) is known color: Old Gold. HEX triplet: C8, BB and 33. RGB value is (200,187,51). Sum of RGB (Red+Green+Blue) = 200+187+51=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB33 is #3744CC. Grayscale: #AFAFAF. Windows color (decimal): -3622093 or 3390408. OLE color: 3390408.

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

Color convert

RGB 200 187 51 -
CMYK 0 0.06 0.74 0.22
HSL 54.77º 0.59% 0.49% -
HSV(B) 54.77º 0.75% 0.78% -
XYZ 42.19 48.06 10.18 -
YUV 175.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 200 187 51 0 0.06 0.74 0.22 54.77 0.59 0.49
Hex C8 BB 33 0 6 4A 16 37 3B 31
Octal 310 273 63 0 6 112 26 67 73 61
Binary 11001000 10111011 110011 0 110 1001010 10110 110111 111011 110001

Color Harmonies of #C8BB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB33

Black with #C8BB33

Text Example


Text Example

White with #C8BB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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