Html Css Color HEX #C8BF33 Old Gold

📋 copy color: '#C8BF33'

red 200 ◦ green 191 ◦ blue 51

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

Shades of Old Gold #C8BF33

Tints of Old Gold #C8BF33

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

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

R = 45.25%
G = 43.21%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8BF33 (or 0xC8BF33) is known color: Old Gold. HEX triplet: C8, BF and 33. RGB value is (200,191,51). Sum of RGB (Red+Green+Blue) = 200+191+51=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF33 is #3740CC. Grayscale: #B2B2B2. Windows color (decimal): -3621069 or 3391432. OLE color: 3391432.

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

Color convert

RGB 200 191 51 -
CMYK 0 0.04 0.74 0.22
HSL 56.38º 0.59% 0.49% -
HSV(B) 56.38º 0.75% 0.78% -
XYZ 43.05 49.78 10.47 -
YUV 177.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 200 191 51 0 0.04 0.74 0.22 56.38 0.59 0.49
Hex C8 BF 33 0 4 4A 16 38 3B 31
Octal 310 277 63 0 4 112 26 70 73 61
Binary 11001000 10111111 110011 0 100 1001010 10110 111000 111011 110001

Color Harmonies of #C8BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF33

Black with #C8BF33

Text Example


Text Example

White with #C8BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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