Html Css Color HEX #C8BF35 Old Gold

📋 copy color: '#C8BF35'

red 200 ◦ green 191 ◦ blue 53

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

Shades of Old Gold #C8BF35

Tints of Old Gold #C8BF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.94%

R = 45.05%
G = 43.02%
B = 11.94%

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

#C8BF35 (or 0xC8BF35) is known color: Old Gold. HEX triplet: C8, BF and 35. RGB value is (200,191,53). Sum of RGB (Red+Green+Blue) = 200+191+53=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF35 is #3740CA. Grayscale: #B2B2B2. Windows color (decimal): -3621067 or 3522504. OLE color: 3522504.

HSL color Cylindrical-coordinate representation of color #C8BF35: hue angle of 56.33º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8BF35 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 191 53 -
CMYK 0 0.04 0.74 0.22
HSL 56.33º 0.58% 0.5% -
HSV(B) 56.33º 0.74% 0.78% -
XYZ 43.09 49.8 10.71 -
YUV 177.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 200 191 53 0 0.04 0.74 0.22 56.33 0.58 0.5
Hex C8 BF 35 0 4 4A 16 38 3A 32
Octal 310 277 65 0 4 112 26 70 72 62
Binary 11001000 10111111 110101 0 100 1001010 10110 111000 111010 110010

Color Harmonies of #C8BF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF35

Black with #C8BF35

Text Example


Text Example

White with #C8BF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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