Html Css Color HEX #CFBA31 Old Gold

📋 copy color: '#CFBA31'

red 207 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #CFBA31

Tints of Old Gold #CFBA31

RGB

 RED value IS 207 (81.25% from 255) = 46.83%

 GREEN value IS 186 (73.05% from 255) = 42.08%

 BLUE value IS 49 (19.53% from 255) = 11.09%

R = 46.83%
G = 42.08%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFBA31 (or 0xCFBA31) is known color: Old Gold. HEX triplet: CF, BA and 31. RGB value is (207,186,49). Sum of RGB (Red+Green+Blue) = 207+186+49=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA31 is #3045CE. Grayscale: #B1B1B1. Windows color (decimal): -3163599 or 3259087. OLE color: 3259087.

HSL color Cylindrical-coordinate representation of color #CFBA31: hue angle of 52.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFBA31 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 186 49 -
CMYK 0 0.10 0.76 0.19
HSL 52.03º 0.62% 0.5% -
HSV(B) 52.03º 0.76% 0.81% -
XYZ 43.85 48.6 9.98 -
YUV 176.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 207 186 49 0 0.10 0.76 0.19 52.03 0.62 0.5
Hex CF BA 31 0 A 4C 13 34 3E 32
Octal 317 272 61 0 12 114 23 64 76 62
Binary 11001111 10111010 110001 0 1010 1001100 10011 110100 111110 110010

Color Harmonies of #CFBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA31

Black with #CFBA31

Text Example


Text Example

White with #CFBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA31; }

 p { color: rgb(207,186,49); }

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

background-color css

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

 a { background-color: rgb(207,186,49); }

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

border-color css

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

 span { border-color: rgb(207,186,49); }

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