Html Css Color HEX #C8B42B Old Gold

📋 copy color: '#C8B42B'

red 200 ◦ green 180 ◦ blue 43

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

Shades of Old Gold #C8B42B

Tints of Old Gold #C8B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.55%

 BLUE value IS 43 (17.19% from 255) = 10.17%

R = 47.28%
G = 42.55%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8B42B (or 0xC8B42B) is known color: Old Gold. HEX triplet: C8, B4 and 2B. RGB value is (200,180,43). Sum of RGB (Red+Green+Blue) = 200+180+43=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B42B is #374BD4. Grayscale: #AAAAAA. Windows color (decimal): -3623893 or 2864328. OLE color: 2864328.

HSL color Cylindrical-coordinate representation of color #C8B42B: hue angle of 52.36º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8B42B is Cyan = 0, Magento = 0.1, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 180 43 -
CMYK 0 0.1 0.78 0.22
HSL 52.36º 0.65% 0.48% -
HSV(B) 52.36º 0.79% 0.78% -
XYZ 40.58 45.1 8.85 -
YUV 170.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 200 180 43 0 0.1 0.78 0.22 52.36 0.65 0.48
Hex C8 B4 2B 0 A 4E 16 34 41 30
Octal 310 264 53 0 12 116 26 64 101 60
Binary 11001000 10110100 101011 0 1010 1001110 10110 110100 1000001 110000

Color Harmonies of #C8B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B42B

Black with #C8B42B

Text Example


Text Example

White with #C8B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B42B; }

 p { color: rgb(200,180,43); }

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

background-color css

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

 a { background-color: rgb(200,180,43); }

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

border-color css

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

 span { border-color: rgb(200,180,43); }

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